diff options
author | welch <welch> | 1999-06-25 23:30:22 (GMT) |
---|---|---|
committer | welch <welch> | 1999-06-25 23:30:22 (GMT) |
commit | 77cc0fb2225fdb9c96369c3c6995cbcc78e08f45 (patch) | |
tree | f51308dab3c5828887861354d7e46601d57570a6 /unix/configure.in | |
parent | 573eb733ab7138f3d634ac42dcd009712d3f3b58 (diff) | |
download | tk-77cc0fb2225fdb9c96369c3c6995cbcc78e08f45.zip tk-77cc0fb2225fdb9c96369c3c6995cbcc78e08f45.tar.gz tk-77cc0fb2225fdb9c96369c3c6995cbcc78e08f45.tar.bz2 |
Changed to Tk 8.2b1
Diffstat (limited to 'unix/configure.in')
-rw-r--r-- | unix/configure.in | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/unix/configure.in b/unix/configure.in index 09ff608..fc33d14 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -3,13 +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.36 1999/06/16 02:35:54 wart Exp $ +# RCS: @(#) $Id: configure.in,v 1.37 1999/06/25 23:30:26 welch Exp $ -TK_VERSION=8.1 +TK_VERSION=8.2 TK_MAJOR_VERSION=8 -TK_MINOR_VERSION=1 -# The patch level should be blank for patch releases (i.e. not alpha/beta) -TK_PATCH_LEVEL= +TK_MINOR_VERSION=2 +TK_PATCH_LEVEL="b1" VERSION=${TK_VERSION} if test "${prefix}" = "NONE"; then |