glibc/version.h
Siddhesh Poyarekar 56c86f5dd5 Tag 2.29 release
* version.h (RELEASE): Set to "stable".
	(VERSION): Set to "2.29".
	* include/features.h (__GLIBC_MINOR__): Set to 2.29.
2019-01-31 22:15:36 +05:30

5 lines
115 B
C

/* This file just defines the current version number of libc. */
#define RELEASE "stable"
#define VERSION "2.29"