diff options
author | dgp@users.sourceforge.net <dgp> | 2002-07-14 17:29:57 (GMT) |
---|---|---|
committer | dgp@users.sourceforge.net <dgp> | 2002-07-14 17:29:57 (GMT) |
commit | 3e8d9db6d198cd8224830fd53e94f09393e9ae96 (patch) | |
tree | 4571cad90d82936b5ec927044ba52948442ba563 /win/configure.in | |
parent | 0af519d82182635f934e30d5b361bdf7e7edb6dd (diff) | |
download | tk-3e8d9db6d198cd8224830fd53e94f09393e9ae96.zip tk-3e8d9db6d198cd8224830fd53e94f09393e9ae96.tar.gz tk-3e8d9db6d198cd8224830fd53e94f09393e9ae96.tar.bz2 |
* Bumped HEAD to version 8.4b2 in order to distinguish it from
the 8.4b1 release. Also extended LOCALES to cover all message
catalogs.
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 9551105..4f12254 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.42 2002/06/22 00:02:50 dkf Exp $ +# RCS: @(#) $Id: configure.in,v 1.43 2002/07/14 17:29:58 dgp Exp $ AC_INIT(../generic/tk.h) TK_VERSION=8.4 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=4 -TK_PATCH_LEVEL="b1" +TK_PATCH_LEVEL="b2" VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION #------------------------------------------------------------------------ |