From: Andreas K. Hüttel Date: Fri, 23 Jan 2026 22:51:31 +0000 (+0100) Subject: version.h: Increase version number X-Git-Tag: glibc-2.43.9000^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae2192ee90c8dab57cfd985f24df6b959f02bcc3;p=thirdparty%2Fglibc.git version.h: Increase version number Signed-off-by: Andreas K. Hüttel --- diff --git a/version.h b/version.h index 7feca9c867..834f2724b9 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.43" +#define RELEASE "development" +#define VERSION "2.43.9000"