diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-05-11 14:08:53 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-05-11 14:08:53 +0000 |
commit | 9478a09b67b091071647b445076e12b8ed306cb4 (patch) | |
tree | 91d06939ae5470d2cbd90c3cb279316554b75302 | |
parent | 14795b319a2bda6046203d932c51574fe7c93698 (diff) | |
download | glibc-cvs/glibc-2_10-branch.tar.gz glibc-cvs/glibc-2_10-branch.tar.xz glibc-cvs/glibc-2_10-branch.zip |
Update from trunk. glibc-2.10.1 cvs/glibc-2_10_1 ibm/2.10/master cvs/glibc-2_10-branch
-rw-r--r-- | version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.h b/version.h index 55360008f4..f169c6a0fa 100644 --- a/version.h +++ b/version.h @@ -1,4 +1,4 @@ /* This file just defines the current version number of libc. */ #define RELEASE "stable" -#define VERSION "2.10" +#define VERSION "2.10.1" |