summaryrefslogtreecommitdiffstats
path: root/win/configure.in
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-03-04 23:45:40 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-03-04 23:45:40 (GMT)
commitf5aa1d944a39ee1d14f9c64d98eba3da173678a9 (patch)
treeb7af161b6d43e4f57e1a16ca62ffb67e760f162e /win/configure.in
parent55bb78dc4fdf14318cfcbbeb264b7ef0a3e0a57e (diff)
downloadtcl-f5aa1d944a39ee1d14f9c64d98eba3da173678a9.zip
tcl-f5aa1d944a39ee1d14f9c64d98eba3da173678a9.tar.gz
tcl-f5aa1d944a39ee1d14f9c64d98eba3da173678a9.tar.bz2
* README: Bumped version number of
* generic/tcl.h: Tcl to 8.5a0. * library.init.tcl: * mac/README: * macosx/Tcl.pbproj/project.pbxproc: * tests/basic.test: * tools/configure.in: * tools/tcl.hpj.in: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README: * win/README.binary: * win/configure.in: * win/makefile.bc: * win/makefile.vc: * win/tcl.m4: * tools/configure: autoconf * unix/configure: * win/configure:
Diffstat (limited to 'win/configure.in')
-rw-r--r--win/configure.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/win/configure.in b/win/configure.in
index 00f0e7b..12e6ff0 100644
--- a/win/configure.in
+++ b/win/configure.in
@@ -3,15 +3,15 @@
# generate the file "configure", which is run during Tcl installation
# to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.68 2003/03/01 01:22:46 hobbs Exp $
+# RCS: @(#) $Id: configure.in,v 1.69 2003/03/04 23:46:25 dgp Exp $
AC_INIT(../generic/tcl.h)
AC_PREREQ(2.13)
-TCL_VERSION=8.4
+TCL_VERSION=8.5
TCL_MAJOR_VERSION=8
-TCL_MINOR_VERSION=4
-TCL_PATCH_LEVEL=".2"
+TCL_MINOR_VERSION=5
+TCL_PATCH_LEVEL="a0"
VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION
TCL_DDE_VERSION=1.2