diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-12-23 22:54:13 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-01-01 07:17:20 -0500 |
commit | 90fa7312770b1caca8843a55a9c3825585aac140 (patch) | |
tree | 3ae4685ad843261e9bf4beb5a81292750a14af6f /version.h | |
parent | 8d44e1508660d4195146730541876147013d484f (diff) | |
download | glibc-90fa7312770b1caca8843a55a9c3825585aac140.tar.gz |
Start 2.16 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.15" +#define RELEASE "development" +#define VERSION "2.15.90" |