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 /version.h | |
parent | eefa3be8e4c2c721a9f277d8ea2e11180231829f (diff) | |
download | glibc-6c1fd795711bb510cffaab5ad2ab2739bb8db210.tar.gz glibc-6c1fd795711bb510cffaab5ad2ab2739bb8db210.tar.xz 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.
Diffstat (limited to 'version.h')
-rw-r--r-- | version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.h b/version.h index 7485c9e2cc..c88ab1cfba 100644 --- a/version.h +++ b/version.h @@ -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" |