diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-10-09 23:39:33 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-10-09 23:39:33 +0000 |
commit | 3459388894300c3d730a730520dee3955ba90641 (patch) | |
tree | f0a9fa6711def4dd5b1840c9d5156a7df7e154c3 /version.h | |
parent | 89c167606de783a64153cce05a4b3c35826ee9ce (diff) | |
download | glibc-3459388894300c3d730a730520dee3955ba90641.tar.gz glibc-3459388894300c3d730a730520dee3955ba90641.tar.xz glibc-3459388894300c3d730a730520dee3955ba90641.zip |
Update.
* version.h (VERSION): Bump to 2.3.1. Patch by Stefan Jones <stefan.jones@multigig.com>.
Diffstat (limited to 'version.h')
-rw-r--r-- | version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.h b/version.h index ee1d91e594..fc47a8f35e 100644 --- a/version.h +++ b/version.h @@ -1,4 +1,4 @@ /* This file just defines the current version number of libc. */ #define RELEASE "stable" -#define VERSION "2.3" +#define VERSION "2.3.1" |