diff options
author | dgp <dgp@users.sourceforge.net> | 2007-05-15 16:12:53 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-05-15 16:12:53 (GMT) |
commit | b5850105f3e012c6c89834c0b5b60392c0747081 (patch) | |
tree | 7f8ffa3fe212e8f58a80877e95be4c469297c9b3 /win/configure.in | |
parent | 0783b44c6a31a95775875f9ade3e0c5c6fe53eca (diff) | |
download | tcl-b5850105f3e012c6c89834c0b5b60392c0747081.zip tcl-b5850105f3e012c6c89834c0b5b60392c0747081.tar.gz tcl-b5850105f3e012c6c89834c0b5b60392c0747081.tar.bz2 |
* win/configure: autoconf-2.59 (FC6 fork)
* library/reg/pkgIndex.tcl: Bump to registry 1.2.1 to account for
* win/configure.in: [1682211] bug fix.
* win/makefile.bc:
* win/tclWinReg.c:
Diffstat (limited to 'win/configure.in')
-rw-r--r-- | win/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/configure.in b/win/configure.in index f27bf9f..2c01e16 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.90 2006/10/23 19:42:20 dgp Exp $ +# RCS: @(#) $Id: configure.in,v 1.91 2007/05/15 16:12:53 dgp Exp $ AC_INIT(../generic/tcl.h) AC_PREREQ(2.59) @@ -28,7 +28,7 @@ DDEVER=$TCL_DDE_MAJOR_VERSION$TCL_DDE_MINOR_VERSION TCL_REG_VERSION=1.2 TCL_REG_MAJOR_VERSION=1 TCL_REG_MINOR_VERSION=2 -TCL_REG_PATCH_LEVEL="" +TCL_REG_PATCH_LEVEL="1" REGVER=$TCL_REG_MAJOR_VERSION$TCL_REG_MINOR_VERSION #------------------------------------------------------------------------ |