diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2002-03-06 15:20:23 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2002-03-06 15:20:23 (GMT) |
commit | c28bf1192da9e92b14a27884bdc517cc6fb37d54 (patch) | |
tree | a19328ff68e41d904937d3e1decf265f8ed5baf1 /win/configure.in | |
parent | fdc7ed699ce480cbda86351e66d3036105a1eca1 (diff) | |
download | tcl-c28bf1192da9e92b14a27884bdc517cc6fb37d54.zip tcl-c28bf1192da9e92b14a27884bdc517cc6fb37d54.tar.gz tcl-c28bf1192da9e92b14a27884bdc517cc6fb37d54.tar.bz2 |
Bumped patchlevel; might need changing in the future, but it makes life
easier for now.
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 e24b8ef..de84e19 100644 --- a/win/configure.in +++ b/win/configure.in @@ -3,14 +3,14 @@ # generate the file "configure", which is run during Tcl installation # to configure the system for the local environment. # -# RCS: @(#) $Id: configure.in,v 1.46 2002/01/11 20:46:34 mdejong Exp $ +# RCS: @(#) $Id: configure.in,v 1.47 2002/03/06 15:20:23 dkf Exp $ AC_INIT(../generic/tcl.h) TCL_VERSION=8.4 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=4 -TCL_PATCH_LEVEL="a4" +TCL_PATCH_LEVEL="a5" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION TCL_DDE_VERSION=1.2 |