summaryrefslogtreecommitdiffstats
path: root/win/configure.in
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2002-03-06 15:36:17 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2002-03-06 15:36:17 (GMT)
commit4471fe344669193987c964c72d13f14906f06e7f (patch)
tree9cc860eac2dab3724c58f93d7f27e30c3a754757 /win/configure.in
parent4e86c10de9046d233a13f62bbb2a24b89fba7c6f (diff)
downloadtk-4471fe344669193987c964c72d13f14906f06e7f.zip
tk-4471fe344669193987c964c72d13f14906f06e7f.tar.gz
tk-4471fe344669193987c964c72d13f14906f06e7f.tar.bz2
Bumped patchlevel; might need changing in the future, but it makes life
easier for now.
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 1e99ead..a57631d 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.40 2002/01/11 20:56:38 mdejong Exp $
+# RCS: @(#) $Id: configure.in,v 1.41 2002/03/06 15:36:17 dkf Exp $
AC_INIT(../generic/tk.h)
TK_VERSION=8.4
TK_MAJOR_VERSION=8
TK_MINOR_VERSION=4
-TK_PATCH_LEVEL="a4"
+TK_PATCH_LEVEL="a5"
VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION
#------------------------------------------------------------------------