diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-01-24 15:49:12 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-01-24 15:49:12 -0500 |
commit | 3321010338384ecdc6633a8b032bb0ed6aa9b19a (patch) | |
tree | a496af33f4148d8446955d68a951bb18399a9633 | |
parent | 9f94d2ea71aaf73f964f8c1de5da85df94ef25bb (diff) | |
download | glibc-3321010338384ecdc6633a8b032bb0ed6aa9b19a.tar.gz glibc-3321010338384ecdc6633a8b032bb0ed6aa9b19a.tar.xz glibc-3321010338384ecdc6633a8b032bb0ed6aa9b19a.zip |
Open 2.14 development.
-rw-r--r-- | version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.h b/version.h index 7cc6162c1c..b6f9fcc4b5 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.13" +#define RELEASE "development" +#define VERSION "2.13.90" |