diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-06-07 14:03:37 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-06-07 14:03:37 (GMT) |
commit | 75e6a3beeb39aae93e43a78e9fee71e540038588 (patch) | |
tree | ace31d0238ae89c9a9d20b051e5f8a4b69a079f2 /win/configure.in | |
parent | 665306595a3bc3b92d851d4df40e62875e0442e4 (diff) | |
download | tcl-75e6a3beeb39aae93e43a78e9fee71e540038588.zip tcl-75e6a3beeb39aae93e43a78e9fee71e540038588.tar.gz tcl-75e6a3beeb39aae93e43a78e9fee71e540038588.tar.bz2 |
Bump patchlevel to a4
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 3e9b6cc..2e1dff6 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.83 2005/05/10 18:35:30 kennykb Exp $ +# RCS: @(#) $Id: configure.in,v 1.84 2005/06/07 14:03:53 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="a3" +TCL_PATCH_LEVEL="a4" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION TCL_DDE_VERSION=1.3 |