glibc/version.h
2021-02-01 14:16:46 -03:00

5 lines
120 B
C

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