summaryrefslogtreecommitdiffstats
path: root/unix
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 /unix
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 'unix')
-rw-r--r--unix/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure.in b/unix/configure.in
index c57afd9..0513f54 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -3,12 +3,12 @@ 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.
AC_INIT(../generic/tk.h)
-# RCS: @(#) $Id: configure.in,v 1.40 1999/08/04 01:00:37 redman Exp $
+# RCS: @(#) $Id: configure.in,v 1.41 1999/08/10 23:16:42 redman Exp $
TK_VERSION=8.2
TK_MAJOR_VERSION=8
TK_MINOR_VERSION=2
-TK_PATCH_LEVEL="b2"
+TK_PATCH_LEVEL=".0"
VERSION=${TK_VERSION}
if test "${prefix}" = "NONE"; then