diff options
author | Allan McRae <allan@archlinux.org> | 2014-02-08 08:10:29 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-02-08 08:10:29 +1000 |
commit | d5b396c1c89ed3026fc89bfcdd72b14d59972e45 (patch) | |
tree | 739c039945205050c0e42129810aec990c43ebf7 | |
parent | 9a869d822025be8e43b78234997b10bf0cf9d859 (diff) | |
download | glibc-d5b396c1c89ed3026fc89bfcdd72b14d59972e45.tar glibc-d5b396c1c89ed3026fc89bfcdd72b14d59972e45.tar.gz glibc-d5b396c1c89ed3026fc89bfcdd72b14d59972e45.tar.bz2 glibc-d5b396c1c89ed3026fc89bfcdd72b14d59972e45.zip |
Open development for 2.20glibc-2.19.90
-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 @@ +2014-02-07 Allan McRae <allan@archlinux.org> + + * version.h (RELEASE): Set to "development". + (VERSION): Set to "2.19.90" + * NEWS: Add 2.20 section. + 2014-02-06 Carlos O'Donell <carlos@redhat.com> [BZ #16529] @@ -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.20 + +* The following bugs are resolved with this release: + + Version 2.19 * 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.19" +#define RELEASE "development" +#define VERSION "2.19.90" |