Fix version.h for glibc 2.34 development

This commit is contained in:
Adhemerval Zanella 2021-02-02 08:22:25 -03:00
parent 0ca21427d9
commit caa60b79f8
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* This file just defines the current version number of libc. */
#define RELEASE "development"
#define VERSION "2.34"
#define VERSION "2.33.9000"