Open development for 2.23.

This commit is contained in:
Carlos O'Donell 2015-08-05 03:01:50 -04:00
parent 78bd7499af
commit 1b15ff4810
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2015-08-05 Carlos O'Donell <carlos@systemhalted.org>
* version.h (RELEASE): Set to "development".
(VERSION): Set to "2.22.90"
* version.h (RELEASE): Set to "stable".
(VERSION): Set to "2.22"
* include/features.h (__GLIBC_MINOR__): Set to 22.

View File

@ -1,4 +1,4 @@
/* This file just defines the current version number of libc. */
#define RELEASE "stable"
#define VERSION "2.22"
#define RELEASE "development"
#define VERSION "2.22.90"