summaryrefslogtreecommitdiffstats
path: root/win/configure.in
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-06-19 19:37:58 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-06-19 19:37:58 (GMT)
commitd0dc88b51a52449287daaa05e732e49d8b466dc9 (patch)
treecd291f9d91ece7ee844413e5a726325c1030fe73 /win/configure.in
parentd9752b097b67d456f9dcd309e07d6ba17b21d45c (diff)
downloadtk-d0dc88b51a52449287daaa05e732e49d8b466dc9.zip
tk-d0dc88b51a52449287daaa05e732e49d8b466dc9.tar.gz
tk-d0dc88b51a52449287daaa05e732e49d8b466dc9.tar.bz2
* README: Bump version number to 8.6a1
* generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
Diffstat (limited to 'win/configure.in')
-rw-r--r--win/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/configure.in b/win/configure.in
index f8d71a8..af12f06 100644
--- a/win/configure.in
+++ b/win/configure.in
@@ -3,7 +3,7 @@
# generate the file "configure", which is run during Tk installation
# to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.79 2008/06/13 21:49:31 hobbs Exp $
+# RCS: @(#) $Id: configure.in,v 1.80 2008/06/19 19:38:01 dgp Exp $
AC_INIT(../generic/tk.h)
AC_PREREQ(2.59)
@@ -16,7 +16,7 @@ SHELL=/bin/sh
TK_VERSION=8.6
TK_MAJOR_VERSION=8
TK_MINOR_VERSION=6
-TK_PATCH_LEVEL="a0"
+TK_PATCH_LEVEL="a1"
VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION
#------------------------------------------------------------------------