summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2024-08-28 17:17:17 (GMT)
committerdgp <dgp@users.sourceforge.net>2024-08-28 17:17:17 (GMT)
commit860272731a4a8aa933a3a4d0e962afa023b69c1a (patch)
tree263b95d284190e4fc840c746eb293a993cc9fa2b
parent653e0a778fe3ba7f9f7341265060bfba4ee5d6b2 (diff)
downloadtcl-860272731a4a8aa933a3a4d0e962afa023b69c1a.zip
tcl-860272731a4a8aa933a3a4d0e962afa023b69c1a.tar.gz
tcl-860272731a4a8aa933a3a4d0e962afa023b69c1a.tar.bz2
Release branch for Tcl 9.0.0
-rw-r--r--README.md2
-rw-r--r--generic/tcl.h6
-rw-r--r--library/init.tcl2
-rwxr-xr-xunix/configure2
-rw-r--r--unix/configure.ac2
-rw-r--r--unix/tcl.spec2
-rwxr-xr-xwin/configure2
-rw-r--r--win/configure.ac2
8 files changed, 10 insertions, 10 deletions
diff --git a/README.md b/README.md
index 9bd1100..fed9f62 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# README: Tcl
-This is the **Tcl 9.0b4** source distribution.
+This is the **Tcl 9.0.0** source distribution.
You can get any source release of Tcl from [our distribution
site](https://sourceforge.net/projects/tcl/files/Tcl/).
diff --git a/generic/tcl.h b/generic/tcl.h
index 36e9c28..f83df17 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -52,11 +52,11 @@ extern "C" {
#endif
#if TCL_MAJOR_VERSION == 9
# define TCL_MINOR_VERSION 0
-# define TCL_RELEASE_LEVEL TCL_BETA_RELEASE
-# define TCL_RELEASE_SERIAL 4
+# define TCL_RELEASE_LEVEL TCL_FINAL_RELEASE
+# define TCL_RELEASE_SERIAL 0
# define TCL_VERSION "9.0"
-# define TCL_PATCH_LEVEL "9.0b4"
+# define TCL_PATCH_LEVEL "9.0.0"
#endif /* TCL_MAJOR_VERSION */
#if defined(RC_INVOKED)
diff --git a/library/init.tcl b/library/init.tcl
index 79a7375..2ed31dc 100644
--- a/library/init.tcl
+++ b/library/init.tcl
@@ -15,7 +15,7 @@
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-package require -exact tcl 9.0b4
+package require -exact tcl 9.0.0
# Compute the auto path to use in this interpreter.
# The values on the path come from several locations:
diff --git a/unix/configure b/unix/configure
index 3cb8b1f..13758dd 100755
--- a/unix/configure
+++ b/unix/configure
@@ -2710,7 +2710,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
TCL_VERSION=9.0
TCL_MAJOR_VERSION=9
TCL_MINOR_VERSION=0
-TCL_PATCH_LEVEL="b4"
+TCL_PATCH_LEVEL=".0"
VERSION=${TCL_VERSION}
EXTRA_INSTALL_BINARIES=${EXTRA_INSTALL_BINARIES:-"@:"}
diff --git a/unix/configure.ac b/unix/configure.ac
index 5f9f945..461b394 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="b4"
+TCL_PATCH_LEVEL=".0"
VERSION=${TCL_VERSION}
EXTRA_INSTALL_BINARIES=${EXTRA_INSTALL_BINARIES:-"@:"}
diff --git a/unix/tcl.spec b/unix/tcl.spec
index f123e27..19fe9fb 100644
--- a/unix/tcl.spec
+++ b/unix/tcl.spec
@@ -4,7 +4,7 @@
Name: tcl
Summary: Tcl scripting language development environment
-Version: 9.0b4
+Version: 9.0.0
Release: 2
License: BSD
Group: Development/Languages
diff --git a/win/configure b/win/configure
index ae1bf30..8b1ff7a 100755
--- a/win/configure
+++ b/win/configure
@@ -2411,7 +2411,7 @@ SHELL=/bin/sh
TCL_VERSION=9.0
TCL_MAJOR_VERSION=9
TCL_MINOR_VERSION=0
-TCL_PATCH_LEVEL="b4"
+TCL_PATCH_LEVEL=".0"
VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION
TCL_DDE_VERSION=1.4
diff --git a/win/configure.ac b/win/configure.ac
index 0bd254d..6ab8727 100644
--- a/win/configure.ac
+++ b/win/configure.ac
@@ -15,7 +15,7 @@ SHELL=/bin/sh
TCL_VERSION=9.0
TCL_MAJOR_VERSION=9
TCL_MINOR_VERSION=0
-TCL_PATCH_LEVEL="b4"
+TCL_PATCH_LEVEL=".0"
VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION
TCL_DDE_VERSION=1.4