]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Prepare for glibc 2.34 release.
authorCarlos O'Donell <carlos@redhat.com>
Mon, 2 Aug 2021 01:24:04 +0000 (21:24 -0400)
committerCarlos O'Donell <carlos@redhat.com>
Mon, 2 Aug 2021 01:24:04 +0000 (21:24 -0400)
Update version.h, and include/features.h.

include/features.h
version.h

index 51c8a98fb0b65c1f52495bdd6827c4f1aa7113d1..d974eabfafc24ffb9ff4cd066b650134df32048b 100644 (file)
 /* 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__ 33
+#define        __GLIBC_MINOR__ 34
 
 #define __GLIBC_PREREQ(maj, min) \
        ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))
index 35aa1744ec17fdd2a8d8d8147595543fb9d2feda..adecc3bbd68fe363bb6a8943922eef380e47cc23 100644 (file)
--- 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.33.9000"
+#define RELEASE "stable"
+#define VERSION "2.34"