summaryrefslogtreecommitdiffstats
path: root/win/configure.in
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2002-08-20 15:33:30 (GMT)
committerdgp <dgp@noemail.net>2002-08-20 15:33:30 (GMT)
commit9a141ec74e735384ad9f89687e8a1e75b2fad19f (patch)
tree8cc82493e4b49455533f5c68616f91ce879a8a31 /win/configure.in
parent83176b70eab12a0dbb8c40e42979f850d0ea7489 (diff)
downloadtcl-9a141ec74e735384ad9f89687e8a1e75b2fad19f.zip
tcl-9a141ec74e735384ad9f89687e8a1e75b2fad19f.tar.gz
tcl-9a141ec74e735384ad9f89687e8a1e75b2fad19f.tar.bz2
* README: Bumped version number to 8.4b3 to distinguish
* generic/tcl.h: HEAD from the 8.4b2 release. * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README.binary: * win/configure.in: * unix/configure: autoconf * win/configure: * library/http/http.tcl: Corrected installation directory of * library/msgcat/msgcat.tcl: the package tcltest 2.2. Added * library/opt/optparse.tcl: comments in other packages to remind * library/tcltest/tcltest.tcl: that installation directories need * unix/Makefile.in: updates to match increasing version * win/Makefile.in: numbers. [Bug 597450] * win/makefile.bc: * win/makefile.vc: FossilOrigin-Name: 029bda30b1e705328b8943fc8ca629fe6f549cef
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 975a8af..ecc64d0 100644
--- a/win/configure.in
+++ b/win/configure.in
@@ -3,7 +3,7 @@
# generate the file "configure", which is run during Tcl installation
# to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.51 2002/07/19 20:29:47 mdejong Exp $
+# RCS: @(#) $Id: configure.in,v 1.52 2002/08/20 15:33:34 dgp Exp $
AC_INIT(../generic/tcl.h)
AC_PREREQ(2.13)
@@ -11,7 +11,7 @@ AC_PREREQ(2.13)
TCL_VERSION=8.4
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=4
-TCL_PATCH_LEVEL="b2"
+TCL_PATCH_LEVEL="b3"
VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION
TCL_DDE_VERSION=1.2