diff options
author | joseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d> | 2009-01-19 17:43:22 +0000 |
---|---|---|
committer | joseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d> | 2009-01-19 17:43:22 +0000 |
commit | 432c294271be1798957a4760de545c04882ae433 (patch) | |
tree | 3358fc24a955794a6a05e61f63fe633b42651855 /libc/version.h | |
parent | a3a5faa23bf173332bcf5454d0daef644c264213 (diff) | |
download | eglibc2-432c294271be1798957a4760de545c04882ae433.tar.gz |
Merge changes between r7510 and r7756 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@7757 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/version.h')
-rw-r--r-- | libc/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/version.h b/libc/version.h index 57fd13780..9700c37f8 100644 --- a/libc/version.h +++ b/libc/version.h @@ -1,4 +1,4 @@ /* This file just defines the current version number of libc. */ -#define RELEASE "stable" -#define VERSION "2.9" +#define RELEASE "development" +#define VERSION "2.9.90" |