diff options
author | Carlos O'Donell <carlos@redhat.com> | 2019-08-01 00:41:53 -0400 |
---|---|---|
committer | Carlos O'Donell <carlos@redhat.com> | 2019-08-01 00:41:53 -0400 |
commit | 0b8c2f95df589c9c1ad25312475049bcc7ed7059 (patch) | |
tree | 8e6814496f9804238d6c07dc3951dddba2d3ca2a /version.h | |
parent | 0a8262a1b269f8f1602933248e69dfb041aab7a2 (diff) | |
download | glibc-0b8c2f95df589c9c1ad25312475049bcc7ed7059.tar.gz glibc-0b8c2f95df589c9c1ad25312475049bcc7ed7059.tar.xz glibc-0b8c2f95df589c9c1ad25312475049bcc7ed7059.zip |
Open master for 2.31 development. glibc-2.30.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 c2e25fc1ba..3c9e87f394 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.30" +#define RELEASE "development" +#define VERSION "2.30.9000" |