diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | version.h | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -1,5 +1,8 @@ 2016-02-18 Adhemerval Zanella <adhemerval.zanella@linaro.org> + * version.h (RELEAES): Set to "development". + (VERSION): Set to 2.23.90. + * version.h (RELEASE): Set to "stable". (VERSION): Set to 2.23. * include/feature.h (__GLIBC_MINOR__): Set to 23. @@ -1,4 +1,4 @@ /* This file just defines the current version number of libc. */ -#define RELEASE "stable" -#define VERSION "2.23" +#define RELEASE "development" +#define VERSION "2.23.90" |