Skip to content

Commit 0a8262a

Browse files
committed
Tag 2.30 release.
1 parent e712490 commit 0a8262a

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
2019-08-01 Carlos O'Donell <[email protected]>
22

3+
* version.h (RELEASE): Set to "stable".
4+
(VERSION): Set to "2.30".
5+
* include/features.h (__GLIBC_MINOR__): Set to 2.30.
6+
37
* manual/install.texi: Update component versions.
48
* INSTALL: Regenerate.
59
* NEWS: Update.

include/features.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@
439439
/* Major and minor version number of the GNU C library package. Use
440440
these macros to test for features in specific releases. */
441441
#define __GLIBC__ 2
442-
#define __GLIBC_MINOR__ 29
442+
#define __GLIBC_MINOR__ 30
443443

444444
#define __GLIBC_PREREQ(maj, min) \
445445
((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))

version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/* This file just defines the current version number of libc. */
22

3-
#define RELEASE "development"
4-
#define VERSION "2.29.9000"
3+
#define RELEASE "stable"
4+
#define VERSION "2.30"

0 commit comments

Comments
 (0)