summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2021-06-25 13:44:58 (GMT)
committerdgp <dgp@users.sourceforge.net>2021-06-25 13:44:58 (GMT)
commit5d945e860c40ef1dbdcfcff14829206954b3f202 (patch)
tree4a11f3b8ece4de4559033f69c3215360f5f6c9b3 /unix
parent3170bfa7f36c7a6575fdce4c507e4b590f6774d2 (diff)
downloadtcl-5d945e860c40ef1dbdcfcff14829206954b3f202.zip
tcl-5d945e860c40ef1dbdcfcff14829206954b3f202.tar.gz
tcl-5d945e860c40ef1dbdcfcff14829206954b3f202.tar.bz2
Bump version number to distinguish from release.
Diffstat (limited to 'unix')
-rwxr-xr-xunix/configure2
-rw-r--r--unix/configure.ac2
-rw-r--r--unix/tcl.spec2
3 files changed, 3 insertions, 3 deletions
diff --git a/unix/configure b/unix/configure
index ea26d70..9e5486f 100755
--- a/unix/configure
+++ b/unix/configure
@@ -2683,7 +2683,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
TCL_VERSION=9.0
TCL_MAJOR_VERSION=9
TCL_MINOR_VERSION=0
-TCL_PATCH_LEVEL="a3"
+TCL_PATCH_LEVEL="a4"
VERSION=${TCL_VERSION}
EXTRA_INSTALL_BINARIES=${EXTRA_INSTALL_BINARIES:-"@:"}
diff --git a/unix/configure.ac b/unix/configure.ac
index d826c90..324399d 100644
--- a/unix/configure.ac
+++ b/unix/configure.ac
@@ -26,7 +26,7 @@ m4_ifdef([SC_USE_CONFIG_HEADERS], [
TCL_VERSION=9.0
TCL_MAJOR_VERSION=9
TCL_MINOR_VERSION=0
-TCL_PATCH_LEVEL="a3"
+TCL_PATCH_LEVEL="a4"
VERSION=${TCL_VERSION}
EXTRA_INSTALL_BINARIES=${EXTRA_INSTALL_BINARIES:-"@:"}
diff --git a/unix/tcl.spec b/unix/tcl.spec
index bce18b8..f2d4bd5 100644
--- a/unix/tcl.spec
+++ b/unix/tcl.spec
@@ -4,7 +4,7 @@
Name: tcl
Summary: Tcl scripting language development environment
-Version: 9.0a3
+Version: 9.0a4
Release: 2
License: BSD
Group: Development/Languages