File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
2019-08-01 Carlos O'Donell <
[email protected] >
2
2
3
+ * version.h (RELEASE): Set to "stable".
4
+ (VERSION): Set to "2.30".
5
+ * include/features.h (__GLIBC_MINOR__): Set to 2.30.
6
+
3
7
* manual/install.texi: Update component versions.
4
8
* INSTALL: Regenerate.
5
9
* NEWS: Update.
Original file line number Diff line number Diff line change 439
439
/* Major and minor version number of the GNU C library package. Use
440
440
these macros to test for features in specific releases. */
441
441
#define __GLIBC__ 2
442
- #define __GLIBC_MINOR__ 29
442
+ #define __GLIBC_MINOR__ 30
443
443
444
444
#define __GLIBC_PREREQ (maj, min ) \
445
445
((__GLIBC__ << 16 ) + __GLIBC_MINOR__ >= ((maj) << 16 ) + (min))
Original file line number Diff line number Diff line change 1
1
/* This file just defines the current version number of libc. */
2
2
3
- #define RELEASE "development "
4
- #define VERSION "2.29.9000 "
3
+ #define RELEASE "stable "
4
+ #define VERSION "2.30 "
You can’t perform that action at this time.
0 commit comments