summaryrefslogtreecommitdiffstats
path: root/win/configure.in
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2003-07-15 22:46:34 (GMT)
committerdgp@users.sourceforge.net <dgp>2003-07-15 22:46:34 (GMT)
commit058681c1782bc5cb75e55db34a30f3d5ba0dc045 (patch)
treed804e98b9da8922c11efb26b70d68d6aebda27c8 /win/configure.in
parenta7ce247236049ed77af161dca47ff302d143b966 (diff)
downloadtk-058681c1782bc5cb75e55db34a30f3d5ba0dc045.zip
tk-058681c1782bc5cb75e55db34a30f3d5ba0dc045.tar.gz
tk-058681c1782bc5cb75e55db34a30f3d5ba0dc045.tar.bz2
* README: Bumped patchlevel to 8.4.4 in preparation
* generic/tk.h: for the Tk 8.4.4 release. * macosx/Wish.pbproj/project.pbxproj: * unix/configure.in: * 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 620a042..f18717b 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.3 2003/05/15 19:04:55 hobbs Exp $
+# RCS: @(#) $Id: configure.in,v 1.49.2.4 2003/07/15 22:46:35 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=".3"
+TK_PATCH_LEVEL=".4"
VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION
#------------------------------------------------------------------------