Open development for 2.24.

This commit is contained in:
Adhemerval Zanella 2016-02-18 16:11:58 -02:00
parent ab30899d88
commit c6f391dbf9
2 changed files with 5 additions and 2 deletions

View file

@ -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.

View file

@ -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"