diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-02-02 08:22:25 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-02-02 08:22:25 -0300 |
commit | caa60b79f8c98e97455078542a14b4c750e48ede (patch) | |
tree | 402c9aa731b4b18db9c94b1df869b4a26bfdecb9 /version.h | |
parent | 0ca21427d950755b74b8e6c3abffb01ce807d8b9 (diff) | |
download | glibc-caa60b79f8c98e97455078542a14b4c750e48ede.tar.gz glibc-caa60b79f8c98e97455078542a14b4c750e48ede.tar.xz glibc-caa60b79f8c98e97455078542a14b4c750e48ede.zip |
Fix version.h for glibc 2.34 development
Diffstat (limited to 'version.h')
-rw-r--r-- | version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.h b/version.h index 1163fe29af..35aa1744ec 100644 --- a/version.h +++ b/version.h @@ -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" |