diff options
author | David S. Miller <davem@davemloft.net> | 2013-08-12 13:43:14 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-08-12 13:43:14 -0700 |
commit | 6c1fd795711bb510cffaab5ad2ab2739bb8db210 (patch) | |
tree | ff4129ac0ffe77d81277d0c9b5bf601eb3bb076c | |
parent | eefa3be8e4c2c721a9f277d8ea2e11180231829f (diff) | |
download | glibc-6c1fd795711bb510cffaab5ad2ab2739bb8db210.tar glibc-6c1fd795711bb510cffaab5ad2ab2739bb8db210.tar.gz glibc-6c1fd795711bb510cffaab5ad2ab2739bb8db210.tar.bz2 glibc-6c1fd795711bb510cffaab5ad2ab2739bb8db210.zip |
Open development for 2.19.glibc-2.18.90
* version.h (RELEASE): Set to "development".
(VERSION): Set to "2.18.90".
* NEWS: Add 2.19 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 @@ +2013-08-12 David S. Miller <davem@davemloft.net> + + * version.h (RELEASE): Set to "development". + (VERSION): Set to "2.18.90". + * NEWS: Add 2.19 section. + 2013-08-03 David S. Miller <davem@davemloft.net> * po/ko.po: Update Korean translation from translation project. @@ -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.19 + +* The following bugs are resolved with this release: + + Version 2.18 * 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.18" +#define RELEASE "development" +#define VERSION "2.18.90" |