diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-07-03 16:36:22 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-07-03 16:36:22 +0000 |
commit | 370ca3d2ad893fe5ec2201f473240c74dac77eb0 (patch) | |
tree | a18609bc680d052331b2d07e62a6bb2e155a111d /version.h | |
parent | e84eabb3871c9b39e59323bf3f6b98c2ca9d1cd0 (diff) | |
download | glibc-370ca3d2ad893fe5ec2201f473240c74dac77eb0.tar.gz glibc-370ca3d2ad893fe5ec2201f473240c74dac77eb0.tar.xz glibc-370ca3d2ad893fe5ec2201f473240c74dac77eb0.zip |
Open development for 2.17.
Diffstat (limited to 'version.h')
-rw-r--r-- | version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.h b/version.h index 25ae4f7c10..57b9ec22c8 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.16" +#define RELEASE "development" +#define VERSION "2.16.90" |