diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-06-09 07:21:04 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-06-09 07:21:04 -0400 |
commit | 175b70988b3a5ff8087ff810937b3599aa6aa3ca (patch) | |
tree | 0a42ae79e58fdf9413a0e2a99f3696d6a2d03750 /version.h | |
parent | 11988f8f9656042c3dfd9002ac85dff33173b9bd (diff) | |
download | glibc-175b70988b3a5ff8087ff810937b3599aa6aa3ca.tar.gz glibc-175b70988b3a5ff8087ff810937b3599aa6aa3ca.tar.xz glibc-175b70988b3a5ff8087ff810937b3599aa6aa3ca.zip |
OOps, wrong version number for development version
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 7672f61633..a37c4c77d4 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.15" +#define VERSION "2.14.90" |