summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2002-03-06 15:36:16 (GMT)
committerdkf <dkf@noemail.net>2002-03-06 15:36:16 (GMT)
commit2dbb20e42f7ce35cb398392fbf9277a23c98647d (patch)
tree9cc860eac2dab3724c58f93d7f27e30c3a754757 /win
parent83934161ddbd5ebae6b144e96557239d3f59166e (diff)
downloadtk-2dbb20e42f7ce35cb398392fbf9277a23c98647d.zip
tk-2dbb20e42f7ce35cb398392fbf9277a23c98647d.tar.gz
tk-2dbb20e42f7ce35cb398392fbf9277a23c98647d.tar.bz2
Bumped patchlevel; might need changing in the future, but it makes life
easier for now. FossilOrigin-Name: 7472801139405296ccc3c3b2e111902f93bc3bbe
Diffstat (limited to 'win')
-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
#------------------------------------------------------------------------