diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-05-19 00:39:18 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-05-19 00:39:18 -0700 |
commit | 373d545e3a3a157bd7f5782461e3886b43ab5943 (patch) | |
tree | beb48b33c7a3b8697b0e222ff20f0c765ae9127d /version.h | |
parent | 12a8f182f36ff959139e761e9160ce2f8b488520 (diff) | |
download | glibc-373d545e3a3a157bd7f5782461e3886b43ab5943.tar.gz glibc-373d545e3a3a157bd7f5782461e3886b43ab5943.tar.xz glibc-373d545e3a3a157bd7f5782461e3886b43ab5943.zip |
Beginning of 2.13 release.
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 02cc48871a..8d57545001 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.12" +#define RELEASE "development" +#define VERSION "2.12.90" |