version.h: Switch to ".9000" as the suffix for the development version
authorFlorian Weimer <fweimer@redhat.com>
Mon, 16 Oct 2017 19:39:18 +0000 (21:39 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Mon, 16 Oct 2017 19:39:18 +0000 (21:39 +0200)
ChangeLog
version.h

index f860884..f3b5e8c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2017-10-16  Florian Weimer  <fweimer@redhat.com>
 
+       * version.h (VERSION): Switch to ".9000" as the development
+       version suffix.
+
+2017-10-16  Florian Weimer  <fweimer@redhat.com>
+
        [BZ #22050]
        * malloc/mcheck-init.c (__malloc_initialize_hook): Use
        compat_symbol_reference to access non-default version.
index b6a0412..788d0c3 100644 (file)
--- a/version.h
+++ b/version.h
@@ -1,4 +1,4 @@
 /* This file just defines the current version number of libc.  */
 
 #define RELEASE "development"
-#define VERSION "2.26.90"
+#define VERSION "2.26.9000"