diff options
author | David S. Miller <davem@davemloft.net> | 2012-12-25 01:23:43 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-12-25 01:23:43 -0800 |
commit | 2c8bfe7d6f22c4a599894846bf1715d93b295f53 (patch) | |
tree | 1834f2d6084fadf432d13c41416e5e135c2a3c08 | |
parent | c758a6861537815c759cba2018a3b1abb1943842 (diff) | |
download | glibc-2c8bfe7d6f22c4a599894846bf1715d93b295f53.tar glibc-2c8bfe7d6f22c4a599894846bf1715d93b295f53.tar.gz glibc-2c8bfe7d6f22c4a599894846bf1715d93b295f53.tar.bz2 glibc-2c8bfe7d6f22c4a599894846bf1715d93b295f53.zip |
Open development for 2.18.glibc-2.17.90
* version.h (RELEASE): Set to "development".
(VERSION): Set to "2.17.90".
* NEWS: Add 2.18 section.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | version.h | 4 |
3 files changed, 13 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2012-12-25 David S. Miller <davem@davemloft.net> + + * version.h (RELEASE): Set to "development". + (VERSION): Set to "2.17.90". + * NEWS: Add 2.18 section. + 2012-12-21 David S. Miller <davem@davemloft.net> * po/hr.po: Update from translation team. @@ -5,6 +5,11 @@ See the end for copying conditions. Please send GNU C library bug reports via <http://sourceware.org/bugzilla/> using `glibc' in the "product" field. +Version 2.18 + +* The following bugs are resolved with this release: + + Version 2.17 * The following bugs are resolved with this release: @@ -1,4 +1,4 @@ /* This file just defines the current version number of libc. */ -#define RELEASE "stable" -#define VERSION "2.17" +#define RELEASE "development" +#define VERSION "2.17.90" |