diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2002-06-22 00:02:49 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2002-06-22 00:02:49 (GMT) |
commit | 81f68fb91287d6c5205c8f90d1f2d5d7f30c1018 (patch) | |
tree | 4e8f344ec70d745ee498d5f37d493fb26dd4e91b /win/configure.in | |
parent | 11a154fcf72de2d8e762bbf23cde0c0b8a681e3e (diff) | |
download | tk-81f68fb91287d6c5205c8f90d1f2d5d7f30c1018.zip tk-81f68fb91287d6c5205c8f90d1f2d5d7f30c1018.tar.gz tk-81f68fb91287d6c5205c8f90d1f2d5d7f30c1018.tar.bz2 |
Tk patchlevel bumped to 8.4b1 in preparation for release.
Diffstat (limited to 'win/configure.in')
-rw-r--r-- | win/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/configure.in b/win/configure.in index a57631d..9551105 100644 --- a/win/configure.in +++ b/win/configure.in @@ -3,14 +3,14 @@ # generate the file "configure", which is run during Tk installation # to configure the system for the local environment. # -# RCS: @(#) $Id: configure.in,v 1.41 2002/03/06 15:36:17 dkf Exp $ +# RCS: @(#) $Id: configure.in,v 1.42 2002/06/22 00:02:50 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" VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION #------------------------------------------------------------------------ |