diff options
author | Roland McGrath <roland@gnu.org> | 2006-03-01 10:35:59 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-03-01 10:35:59 +0000 |
commit | 04dca8d316213b951249e3481ed8d9408495421d (patch) | |
tree | dfdfcdf5a03e988f0bc3d772e5ea2d43a65f3a5b /version.h | |
parent | c9dc3f62698e9b456869ba8c1f0fd8f3c672ebf2 (diff) | |
download | glibc-04dca8d316213b951249e3481ed8d9408495421d.tar.gz glibc-04dca8d316213b951249e3481ed8d9408495421d.tar.xz glibc-04dca8d316213b951249e3481ed8d9408495421d.zip |
* version.h (VERSION): 2.3.91
* Makeconfig (sysdeps-srcdirs): New variable. (sysdeps-add-ons-srcdirs): Use it. * csu/Makefile (all-Banner-files): Use it. * Makefile (dist-selector): New variable. (glibc-%.tar rule): Use it. Make $(dist-separate) tarballs contain one version-named directory.
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 aec3a8f2b1..3eec34c09b 100644 --- a/version.h +++ b/version.h @@ -1,4 +1,4 @@ /* This file just defines the current version number of libc. */ #define RELEASE "development" -#define VERSION "2.3.90" +#define VERSION "2.3.91" |