summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-03-06 10:04:47 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-03-06 10:04:47 (GMT)
commit160adebaec1f2ed12ae196b61d7b103bf925d1bb (patch)
tree6e44e7898c2df6bde883cd6058e417e156d26e86
parent639de46e120314b7cd09b4cc3220ec07598c8933 (diff)
downloadtcl-160adebaec1f2ed12ae196b61d7b103bf925d1bb.zip
tcl-160adebaec1f2ed12ae196b61d7b103bf925d1bb.tar.gz
tcl-160adebaec1f2ed12ae196b61d7b103bf925d1bb.tar.bz2
a6 -> b1, as preparation for possible release (hopefully, one day)
-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 8b84860..c97ab73 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# README: Tcl
-This is the **Tcl 8.7a6** source distribution.
+This is the **Tcl 8.7b1** 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 80be1a5..da94b47 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -54,11 +54,11 @@ extern "C" {
# error "This header-file is for Tcl 8 only"
#endif
#define TCL_MINOR_VERSION 7
-#define TCL_RELEASE_LEVEL TCL_ALPHA_RELEASE
-#define TCL_RELEASE_SERIAL 6
+#define TCL_RELEASE_LEVEL TCL_BETA_RELEASE
+#define TCL_RELEASE_SERIAL 1
#define TCL_VERSION "8.7"
-#define TCL_PATCH_LEVEL "8.7a6"
+#define TCL_PATCH_LEVEL "8.7b1"
#if !defined(TCL_NO_DEPRECATED) || defined(RC_INVOKED)
/*
diff --git a/library/init.tcl b/library/init.tcl
index 6ef0ac1..09c3418 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 8.7a6
+package require -exact tcl 8.7b1
# 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 b2410d1..092f19c 100755
--- a/unix/configure
+++ b/unix/configure
@@ -2710,7 +2710,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
TCL_VERSION=8.7
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=7
-TCL_PATCH_LEVEL="a6"
+TCL_PATCH_LEVEL="b1"
VERSION=${TCL_VERSION}
EXTRA_INSTALL_BINARIES=${EXTRA_INSTALL_BINARIES:-"@:"}
diff --git a/unix/configure.ac b/unix/configure.ac
index 3152942..a74d494 100644
--- a/unix/configure.ac
+++ b/unix/configure.ac
@@ -26,7 +26,7 @@ m4_ifdef([SC_USE_CONFIG_HEADERS], [
TCL_VERSION=8.7
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=7
-TCL_PATCH_LEVEL="a6"
+TCL_PATCH_LEVEL="b1"
VERSION=${TCL_VERSION}
EXTRA_INSTALL_BINARIES=${EXTRA_INSTALL_BINARIES:-"@:"}
diff --git a/unix/tcl.spec b/unix/tcl.spec
index 3956126..1351b38 100644
--- a/unix/tcl.spec
+++ b/unix/tcl.spec
@@ -4,7 +4,7 @@
Name: tcl
Summary: Tcl scripting language development environment
-Version: 8.7a6
+Version: 8.7b1
Release: 2
License: BSD
Group: Development/Languages
diff --git a/win/configure b/win/configure
index 8dc75ff..94e04f5 100755
--- a/win/configure
+++ b/win/configure
@@ -2417,7 +2417,7 @@ SHELL=/bin/sh
TCL_VERSION=8.7
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=7
-TCL_PATCH_LEVEL="a6"
+TCL_PATCH_LEVEL="b1"
VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION
TCL_DDE_VERSION=1.4
diff --git a/win/configure.ac b/win/configure.ac
index 2761cfd..25fa29f 100644
--- a/win/configure.ac
+++ b/win/configure.ac
@@ -15,7 +15,7 @@ SHELL=/bin/sh
TCL_VERSION=8.7
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=7
-TCL_PATCH_LEVEL="a6"
+TCL_PATCH_LEVEL="b1"
VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION
TCL_DDE_VERSION=1.4