version.h: Switch to ".9000" as the suffix for the development version

This commit is contained in:
Florian Weimer 2017-10-16 21:39:18 +02:00
parent 7ece6cd509
commit 76009b2639
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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]

View File

@ -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"