diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-12-10 23:00:27 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-12-10 23:00:27 (GMT) |
commit | 140fb3e960a840ad859124661029bd212a210812 (patch) | |
tree | ec8803142e162b7b8e959919ea7afa626b7a0aae /win/configure.in | |
parent | 624c39990f6db4c1318669baef61b8521e063a54 (diff) | |
download | tcl-140fb3e960a840ad859124661029bd212a210812.zip tcl-140fb3e960a840ad859124661029bd212a210812.tar.gz tcl-140fb3e960a840ad859124661029bd212a210812.tar.bz2 |
Bump to a3 to prevent confusion with a2 release.
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 a3189eb..df8d707 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.81 2004/06/11 20:25:25 dgp Exp $ +# RCS: @(#) $Id: configure.in,v 1.82 2004/12/10 23:00:33 dkf Exp $ AC_INIT(../generic/tcl.h) AC_PREREQ(2.57) @@ -16,7 +16,7 @@ SHELL=/bin/sh TCL_VERSION=8.5 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=5 -TCL_PATCH_LEVEL="a2" +TCL_PATCH_LEVEL="a3" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION TCL_DDE_VERSION=1.3 |