From 76009b2639e8f2fd06d06366ad383be5d8783236 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 16 Oct 2017 21:39:18 +0200 Subject: version.h: Switch to ".9000" as the suffix for the development version --- version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'version.h') diff --git a/version.h b/version.h index b6a0412..788d0c3 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" -- cgit v1.1