diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2002-06-22 00:02:49 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2002-06-22 00:02:49 (GMT) |
commit | 82d64fe1ff3f58d1627c0bf2add58fae0316f132 (patch) | |
tree | 4e8f344ec70d745ee498d5f37d493fb26dd4e91b /unix/configure.in | |
parent | 8eb7ac8c2d136c16c0aa3f118cd91588bf9e9f4b (diff) | |
download | tk-82d64fe1ff3f58d1627c0bf2add58fae0316f132.zip tk-82d64fe1ff3f58d1627c0bf2add58fae0316f132.tar.gz tk-82d64fe1ff3f58d1627c0bf2add58fae0316f132.tar.bz2 |
Tk patchlevel bumped to 8.4b1 in preparation for release.
Diffstat (limited to 'unix/configure.in')
-rw-r--r-- | unix/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure.in b/unix/configure.in index fab84cf..b988a81 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -3,14 +3,14 @@ dnl This file is an input file used by the GNU "autoconf" program to dnl generate the file "configure", which is run during Tk installation dnl to configure the system for the local environment. # -# RCS: @(#) $Id: configure.in,v 1.72 2002/05/21 18:27:31 mdejong Exp $ +# RCS: @(#) $Id: configure.in,v 1.73 2002/06/22 00:02:49 dkf Exp $ AC_INIT(../generic/tk.h) TK_VERSION=8.4 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=4 -TK_PATCH_LEVEL="a5" +TK_PATCH_LEVEL="b1" VERSION=${TK_VERSION} LOCALES="de en es fr" |