summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2021-05-03 20:38:16 (GMT)
committerdgp <dgp@users.sourceforge.net>2021-05-03 20:38:16 (GMT)
commit346e9e294098953ae67cf7e84b7078630d6ba2ae (patch)
tree6039b969b5e28c51fc0019da451996e5592de591 /unix
parentd33a942094b3c663e37033bddb97befbc270e6af (diff)
downloadtcl-346e9e294098953ae67cf7e84b7078630d6ba2ae.zip
tcl-346e9e294098953ae67cf7e84b7078630d6ba2ae.tar.gz
tcl-346e9e294098953ae67cf7e84b7078630d6ba2ae.tar.bz2
Bump to version 9.0a3 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 7c6ff95..806579c 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="a2"
+TCL_PATCH_LEVEL="a3"
VERSION=${TCL_VERSION}
EXTRA_INSTALL_BINARIES=${EXTRA_INSTALL_BINARIES:-"@:"}
diff --git a/unix/configure.ac b/unix/configure.ac
index 685a335..d826c90 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="a2"
+TCL_PATCH_LEVEL="a3"
VERSION=${TCL_VERSION}
EXTRA_INSTALL_BINARIES=${EXTRA_INSTALL_BINARIES:-"@:"}
diff --git a/unix/tcl.spec b/unix/tcl.spec
index b0a8016..3e7f3cd 100644
--- a/unix/tcl.spec
+++ b/unix/tcl.spec
@@ -4,7 +4,7 @@
Name: tcl
Summary: Tcl scripting language development environment
-Version: 9.0a2
+Version: 9.0a3
Release: 2
License: BSD
Group: Development/Languages