1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-09-08 13:52:10 +03:00

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> 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.h (RELEASE): Set to "stable".
(VERSION): Set to 2.23. (VERSION): Set to 2.23.
* include/feature.h (__GLIBC_MINOR__): Set to 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. */ /* This file just defines the current version number of libc. */
#define RELEASE "stable" #define RELEASE "development"
#define VERSION "2.23" #define VERSION "2.23.90"