diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | version.h | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2003-12-01 Automatic + + * version.h (VERSION): Bump to 2.3.3. + 2003-11-30 Andreas Jaeger <aj@suse.de> * stdio-common/vfprintf.c: Do not inline buffered_vfprintf to @@ -1,4 +1,4 @@ /* This file just defines the current version number of libc. */ #define RELEASE "stable" -#define VERSION "2.3.2" +#define VERSION "2.3.3" |