summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authorredman <redman>1999-08-10 23:16:41 (GMT)
committerredman <redman>1999-08-10 23:16:41 (GMT)
commit98f373adc4894bd5ac1bc0cef85afba791838cef (patch)
tree48f4932823ca4357678dc4c67987ce6c7de0ef67 /unix/configure.in
parent80e02c2eaf7014febef4e33647fe44f4c09ab3a4 (diff)
downloadtk-98f373adc4894bd5ac1bc0cef85afba791838cef.zip
tk-98f373adc4894bd5ac1bc0cef85afba791838cef.tar.gz
tk-98f373adc4894bd5ac1bc0cef85afba791838cef.tar.bz2
Change version numbers to 8.2.0
Diffstat (limited to 'unix/configure.in')
-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