summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-05-20 20:14:49 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-05-20 20:14:49 (GMT)
commitf8d4b5b0eec7442eb2bba4479d53908b422dabb8 (patch)
tree99093bb170094df080470e50aeb8f4a12457b890
parentc66cacb2cb68207e558a41332739dbd38e782e34 (diff)
downloadtk-f8d4b5b0eec7442eb2bba4479d53908b422dabb8.zip
tk-f8d4b5b0eec7442eb2bba4479d53908b422dabb8.tar.gz
tk-f8d4b5b0eec7442eb2bba4479d53908b422dabb8.tar.bz2
b2 -> b3, as preparation for next release
-rw-r--r--README.md2
-rw-r--r--changes.md2
-rw-r--r--generic/tk.h4
-rw-r--r--library/tk.tcl2
-rwxr-xr-xunix/configure2
-rw-r--r--unix/configure.ac2
-rw-r--r--unix/tk.spec2
-rwxr-xr-xwin/configure2
-rw-r--r--win/configure.ac2
9 files changed, 10 insertions, 10 deletions
diff --git a/README.md b/README.md
index 6b15318..adb76b5 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# README: Tk
-This is the **Tk 9.0b2** source distribution.
+This is the **Tk 9.0b3** source distribution.
You can get any source release of Tk from [our distribution
site](https://sourceforge.net/projects/tcl/files/Tcl/).
diff --git a/changes.md b/changes.md
index c573a0c..23674a4 100644
--- a/changes.md
+++ b/changes.md
@@ -4,7 +4,7 @@ changes to the Tk source code at
> [Tk Source Code](https://core.tcl-lang.org/tk/)
-Release Tk 9.0b2 arises from the check-in with tag core-9-0-b2.
+Release Tk 9.0b3 arises from the check-in with tag core-9-0-b3.
Highlighted differences between Tk 9.0 and Tk 8.6 are summarized below,
with focus on changes important to programmers using the Tk library and
diff --git a/generic/tk.h b/generic/tk.h
index 32f7a83..7d7f2fe 100644
--- a/generic/tk.h
+++ b/generic/tk.h
@@ -71,10 +71,10 @@ extern "C" {
#if TK_MAJOR_VERSION == 9
# define TK_MINOR_VERSION 0
# define TK_RELEASE_LEVEL TCL_BETA_RELEASE
-# define TK_RELEASE_SERIAL 2
+# define TK_RELEASE_SERIAL 3
# define TK_VERSION "9.0"
-# define TK_PATCH_LEVEL "9.0b2"
+# define TK_PATCH_LEVEL "9.0b3"
#endif /* TK_MAJOR_VERSION */
/*
diff --git a/library/tk.tcl b/library/tk.tcl
index b15b8c6..390ca69 100644
--- a/library/tk.tcl
+++ b/library/tk.tcl
@@ -11,7 +11,7 @@
# this file, and for a DISCLAIMER OF ALL WARRANTIES.
# Verify that we have Tk binary and script components from the same release
-package require -exact tk 9.0b2
+package require -exact tk 9.0b3
# Create a ::tk namespace
namespace eval ::tk {
diff --git a/unix/configure b/unix/configure
index 5b92069..ff77a98 100755
--- a/unix/configure
+++ b/unix/configure
@@ -2603,7 +2603,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
TK_VERSION=9.0
TK_MAJOR_VERSION=9
TK_MINOR_VERSION=0
-TK_PATCH_LEVEL="b2"
+TK_PATCH_LEVEL="b3"
VERSION=${TK_VERSION}
LOCALES="cs da de el en en_gb eo es fr hu it nl pl pt ru sv"
diff --git a/unix/configure.ac b/unix/configure.ac
index 28849b1..3bacf8b 100644
--- a/unix/configure.ac
+++ b/unix/configure.ac
@@ -26,7 +26,7 @@ m4_ifdef([SC_USE_CONFIG_HEADERS], [
TK_VERSION=9.0
TK_MAJOR_VERSION=9
TK_MINOR_VERSION=0
-TK_PATCH_LEVEL="b2"
+TK_PATCH_LEVEL="b3"
VERSION=${TK_VERSION}
LOCALES="cs da de el en en_gb eo es fr hu it nl pl pt ru sv"
diff --git a/unix/tk.spec b/unix/tk.spec
index 39dc62c..abb352f 100644
--- a/unix/tk.spec
+++ b/unix/tk.spec
@@ -4,7 +4,7 @@
Name: tk
Summary: Tk graphical toolkit for the Tcl scripting language.
-Version: 9.0b2
+Version: 9.0b3
Release: 2
License: BSD
Group: Development/Languages
diff --git a/win/configure b/win/configure
index d7bae89..0af7f10 100755
--- a/win/configure
+++ b/win/configure
@@ -2410,7 +2410,7 @@ SHELL=/bin/sh
TK_VERSION=9.0
TK_MAJOR_VERSION=9
TK_MINOR_VERSION=0
-TK_PATCH_LEVEL="b2"
+TK_PATCH_LEVEL="b3"
VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION
#------------------------------------------------------------------------
diff --git a/win/configure.ac b/win/configure.ac
index 93476cf..e56f0e4 100644
--- a/win/configure.ac
+++ b/win/configure.ac
@@ -15,7 +15,7 @@ SHELL=/bin/sh
TK_VERSION=9.0
TK_MAJOR_VERSION=9
TK_MINOR_VERSION=0
-TK_PATCH_LEVEL="b2"
+TK_PATCH_LEVEL="b3"
VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION
#------------------------------------------------------------------------