From: Florian Weimer Date: Mon, 16 Oct 2017 19:39:18 +0000 (+0200) Subject: version.h: Switch to ".9000" as the suffix for the development version X-Git-Tag: glibc-2.27~677 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76009b2639e8f2fd06d06366ad383be5d8783236;p=thirdparty%2Fglibc.git version.h: Switch to ".9000" as the suffix for the development version --- diff --git a/ChangeLog b/ChangeLog index f860884e148..f3b5e8ca89a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-10-16 Florian Weimer + + * version.h (VERSION): Switch to ".9000" as the development + version suffix. + 2017-10-16 Florian Weimer [BZ #22050] diff --git a/version.h b/version.h index b6a04128472..788d0c35094 100644 --- 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"