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 /unix/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 'unix/configure.in')
-rw-r--r-- | unix/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure.in b/unix/configure.in index 9ca3315..f19df49 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -3,7 +3,7 @@ dnl This file is an input file used by the GNU "autoconf" program to dnl generate the file "configure", which is run during Tcl installation dnl to configure the system for the local environment. # -# RCS: @(#) $Id: configure.in,v 1.123 2004/11/26 11:18:01 dkf Exp $ +# RCS: @(#) $Id: configure.in,v 1.124 2004/12/10 23:00:32 dkf Exp $ AC_INIT([tcl],[8.5]) AC_PREREQ(2.57) @@ -13,7 +13,7 @@ dnl AC_CONFIG_COMMANDS_PRE([DEFS=-DHAVE_TCL_CONFIG_H]) TCL_VERSION=8.5 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=5 -TCL_PATCH_LEVEL="a2" +TCL_PATCH_LEVEL="a3" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ |