summaryrefslogtreecommitdiffstats
path: root/win/configure.in
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-12-03 17:55:08 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-12-03 17:55:08 (GMT)
commita98255897b484296ee0539fe3dc7ad8db8330461 (patch)
tree09e62d41d1a61140bdec40bb896faa125088688b /win/configure.in
parent515d4a7d9cdf8245707898a11789b1617a379a2f (diff)
downloadtk-a98255897b484296ee0539fe3dc7ad8db8330461.zip
tk-a98255897b484296ee0539fe3dc7ad8db8330461.tar.gz
tk-a98255897b484296ee0539fe3dc7ad8db8330461.tar.bz2
* generic/tk.h: Bumped patch level to 8.4.5.1 to distinguish
* unix/configure.in: CVS snapshots from the 8.4.5 release. * unix/tk.spec: * win/configure.in: * unix/configure: autoconf (2.13) * win/configure:
Diffstat (limited to 'win/configure.in')
-rw-r--r--win/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/configure.in b/win/configure.in
index f7a20d6..b93582c 100644
--- a/win/configure.in
+++ b/win/configure.in
@@ -3,7 +3,7 @@
# generate the file "configure", which is run during Tk installation
# to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.49.2.7 2003/12/03 17:20:50 dgp Exp $
+# RCS: @(#) $Id: configure.in,v 1.49.2.8 2003/12/03 17:55:11 dgp Exp $
AC_INIT(../generic/tk.h)
AC_PREREQ(2.13)
@@ -11,7 +11,7 @@ AC_PREREQ(2.13)
TK_VERSION=8.4
TK_MAJOR_VERSION=8
TK_MINOR_VERSION=4
-TK_PATCH_LEVEL=".6"
+TK_PATCH_LEVEL=".5.1"
VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION
#------------------------------------------------------------------------