diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-05-25 14:31:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-05-25 14:31:24 +0000 |
commit | dffbec5f51b02fde19142300ded922b52f5eb5a8 (patch) | |
tree | c9158891ea89cd4dc74ab3572b492b56f1a19fda /version.h | |
parent | 96d0213ee14dda1994db7583913bba4a6ffca6d3 (diff) | |
download | glibc-dffbec5f51b02fde19142300ded922b52f5eb5a8.tar.gz glibc-dffbec5f51b02fde19142300ded922b52f5eb5a8.tar.xz glibc-dffbec5f51b02fde19142300ded922b52f5eb5a8.zip |
Update.
* version.h (VERSION): Bump to 2.1.90. (RELEASE): Mark as development.
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 ad78768249..feb5ad36ea 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.1.1" +#define RELEASE "development" +#define VERSION "2.1.90" |