summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorredman <redman@noemail.net>1999-08-10 23:16:41 (GMT)
committerredman <redman@noemail.net>1999-08-10 23:16:41 (GMT)
commitd84acaf615e1b0eb6cf9bd12b6e4bf04c5df3a93 (patch)
tree48f4932823ca4357678dc4c67987ce6c7de0ef67 /win
parent1cb30e0e9ade5c098fa96797ff7937c225433e01 (diff)
downloadtk-d84acaf615e1b0eb6cf9bd12b6e4bf04c5df3a93.zip
tk-d84acaf615e1b0eb6cf9bd12b6e4bf04c5df3a93.tar.gz
tk-d84acaf615e1b0eb6cf9bd12b6e4bf04c5df3a93.tar.bz2
Change version numbers to 8.2.0
FossilOrigin-Name: 732af4c744482f60d74133cc0710e842be88bf0c
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 b21796a..fe69ed2 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.7 1999/08/04 01:00:44 redman Exp $
+# RCS: @(#) $Id: configure.in,v 1.8 1999/08/10 23:16:42 redman Exp $
AC_INIT(../generic/tk.h)
TK_VERSION=8.2
TK_MAJOR_VERSION=8
TK_MINOR_VERSION=2
-TK_PATCH_LEVEL=b2
+TK_PATCH_LEVEL=".0"
VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION
#--------------------------------------------------------------------