[glibc] version.h, include/features.h: Increase version number

"Andreas K. Huttel via Glibc-cvs" <[email protected]> Fri, 24 Jul 2026 13:11:47 +0000 (GMT)
Newsgroups gmane.comp.lib.glibc.cvs
Message-ID <[email protected]>
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=50245c56a61e27ea4ae58703070c12c5d687b1d0

commit 50245c56a61e27ea4ae58703070c12c5d687b1d0
Author: Andreas K. Hüttel <[email protected]>
Date:   Fri Jul 24 22:10:57 2026 +0900

    version.h, include/features.h: Increase version number
    
    Signed-off-by: Andreas K. Hüttel <[email protected]>

Diff:
---
 include/features.h | 2 +-
 version.h          | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/features.h b/include/features.h
index c080ad4260..b3277f342c 100644
--- a/include/features.h
+++ b/include/features.h
@@ -529,7 +529,7 @@
 /* Major and minor version number of the GNU C library package.  Use
    these macros to test for features in specific releases.  */
 #define	__GLIBC__	2
-#define	__GLIBC_MINOR__	43
+#define	__GLIBC_MINOR__	44
 
 #define __GLIBC_PREREQ(maj, min) \
 	((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))
diff --git a/version.h b/version.h
index 834f2724b9..46d411dd54 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.43.9000"
+#define RELEASE "stable"
+#define VERSION "2.44"