summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authorhobbs <hobbs>2003-02-15 02:20:59 (GMT)
committerhobbs <hobbs>2003-02-15 02:20:59 (GMT)
commita90f19807e0282b4c15f10bd77b96d1c281b22d3 (patch)
tree6eb16e0604540093e2f7afb6d5f3aa5fb331d9f8 /unix/configure.in
parentf870a1618a725a94f70445b2d3126855bb79b30f (diff)
downloadtk-a90f19807e0282b4c15f10bd77b96d1c281b22d3.zip
tk-a90f19807e0282b4c15f10bd77b96d1c281b22d3.tar.gz
tk-a90f19807e0282b4c15f10bd77b96d1c281b22d3.tar.bz2
* README: Bumped to 8.4.2.
* generic/tk.h: * macosx/Wish.pbproj/project.pbxproj: * unix/configure: * unix/configure.in: * unix/tcl.m4: * unix/tk.spec: * win/configure: * win/configure.in:
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure.in b/unix/configure.in
index bfe5ac2..32e695f 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -3,7 +3,7 @@ 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.82 2002/09/27 18:09:53 dgp Exp $
+# RCS: @(#) $Id: configure.in,v 1.83 2003/02/15 02:21:00 hobbs 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=".1"
+TK_PATCH_LEVEL=".2"
VERSION=${TK_VERSION}
LOCALES="cs de el en en_gb es fr it nl ru"