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 /version.h | |
parent | 9f94d2ea71aaf73f964f8c1de5da85df94ef25bb (diff) | |
download | glibc-3321010338384ecdc6633a8b032bb0ed6aa9b19a.tar.gz |
Open 2.14 development.
Diffstat (limited to 'version.h')
-rw-r--r-- | version.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |