diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-02-09 19:02:58 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-02-09 19:02:58 +0000 |
commit | 9c0206c91f48a08ac3dd73159e60c672a9ed37bd (patch) | |
tree | 8cb1a854d5a1c073ab8b943cb93d40d7f5ffcbc8 /version.h | |
parent | ec76d7284cc1575324f80bab1d0660f4931e2c00 (diff) | |
download | glibc-9c0206c91f48a08ac3dd73159e60c672a9ed37bd.tar.gz glibc-9c0206c91f48a08ac3dd73159e60c672a9ed37bd.tar.xz glibc-9c0206c91f48a08ac3dd73159e60c672a9ed37bd.zip |
(VERSION): Bump to 2.2.2.
Diffstat (limited to 'version.h')
-rw-r--r-- | version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.h b/version.h index af6ad71bcb..8dadeac3d7 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.2.1" +#define VERSION "2.2.2" |