summaryrefslogtreecommitdiffstats
path: root/win/configure.in
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-09-06 19:05:15 (GMT)
committerhobbs <hobbs>2000-09-06 19:05:15 (GMT)
commit417f6b5333c76f82f8e87a83c4ccbebc050c2872 (patch)
tree62ef581eb9806c64d0e7a5253d87d30b946e53af /win/configure.in
parent70ae984782c73049f0ab303b051bea993d69bf52 (diff)
downloadtk-417f6b5333c76f82f8e87a83c4ccbebc050c2872.zip
tk-417f6b5333c76f82f8e87a83c4ccbebc050c2872.tar.gz
tk-417f6b5333c76f82f8e87a83c4ccbebc050c2872.tar.bz2
* README:
* generic/tk.h: * unix/configure.in: * unix/tk.spec: * win/configure.in: updated to patchlevel 8.4a2
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 583a554..711ed7e 100644
--- a/win/configure.in
+++ b/win/configure.in
@@ -2,14 +2,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.22 2000/08/25 05:55:07 mo Exp $
+# RCS: @(#) $Id: configure.in,v 1.23 2000/09/06 19:05:16 hobbs Exp $
AC_INIT(../generic/tk.h)
TK_VERSION=8.4
TK_MAJOR_VERSION=8
TK_MINOR_VERSION=4
-TK_PATCH_LEVEL="a1"
+TK_PATCH_LEVEL="a2"
VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION
#------------------------------------------------------------------------