diff options
author | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2019-01-31 22:39:14 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2019-01-31 22:39:14 +0530 |
commit | de44ab67aa4eec369deea828733567c35a0611c0 (patch) | |
tree | 751d8367ff80d6b8a7bc103aec025d8b31911d59 /version.h | |
parent | 56c86f5dd516284558e106d04b92875d5b623b7a (diff) | |
download | glibc-de44ab67aa4eec369deea828733567c35a0611c0.tar.gz glibc-de44ab67aa4eec369deea828733567c35a0611c0.tar.xz glibc-de44ab67aa4eec369deea828733567c35a0611c0.zip |
Open master for 2.30 development glibc-2.29.9000
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 a2fe2cb263..40cfdcf6e3 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.29" +#define RELEASE "development" +#define VERSION "2.29.9000" |