summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2019-11-05 22:05:21 (GMT)
committerdgp <dgp@users.sourceforge.net>2019-11-05 22:05:21 (GMT)
commit16ee735e92526dcb8faceb4889bbcc7200f0993b (patch)
treeb89e8af3c83c21fcd7bb01e76fd530f892e34ef0 /unix
parent0d8a34fe68ba01f492bc526f5f1f5963f9b4f03d (diff)
downloadtcl-16ee735e92526dcb8faceb4889bbcc7200f0993b.zip
tcl-16ee735e92526dcb8faceb4889bbcc7200f0993b.tar.gz
tcl-16ee735e92526dcb8faceb4889bbcc7200f0993b.tar.bz2
Bump to version 9.0a1 for 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 e10128e..a0d565a 100755
--- a/unix/configure
+++ b/unix/configure
@@ -2382,7 +2382,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
TCL_VERSION=9.0
TCL_MAJOR_VERSION=9
TCL_MINOR_VERSION=0
-TCL_PATCH_LEVEL="a0"
+TCL_PATCH_LEVEL="a1"
VERSION=${TCL_VERSION}
EXTRA_INSTALL_BINARIES=${EXTRA_INSTALL_BINARIES:-"@:"}
diff --git a/unix/configure.ac b/unix/configure.ac
index 1b80fb3..19f1c64 100644
--- a/unix/configure.ac
+++ b/unix/configure.ac
@@ -25,7 +25,7 @@ m4_ifdef([SC_USE_CONFIG_HEADERS], [
TCL_VERSION=9.0
TCL_MAJOR_VERSION=9
TCL_MINOR_VERSION=0
-TCL_PATCH_LEVEL="a0"
+TCL_PATCH_LEVEL="a1"
VERSION=${TCL_VERSION}
EXTRA_INSTALL_BINARIES=${EXTRA_INSTALL_BINARIES:-"@:"}
diff --git a/unix/tcl.spec b/unix/tcl.spec
index 0858ee7..e703e27 100644
--- a/unix/tcl.spec
+++ b/unix/tcl.spec
@@ -4,7 +4,7 @@
Name: tcl
Summary: Tcl scripting language development environment
-Version: 9.0a0
+Version: 9.0a1
Release: 2
License: BSD
Group: Development/Languages