diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-05-20 20:14:49 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-05-20 20:14:49 (GMT) |
commit | f8d4b5b0eec7442eb2bba4479d53908b422dabb8 (patch) | |
tree | 99093bb170094df080470e50aeb8f4a12457b890 /unix | |
parent | c66cacb2cb68207e558a41332739dbd38e782e34 (diff) | |
download | tk-f8d4b5b0eec7442eb2bba4479d53908b422dabb8.zip tk-f8d4b5b0eec7442eb2bba4479d53908b422dabb8.tar.gz tk-f8d4b5b0eec7442eb2bba4479d53908b422dabb8.tar.bz2 |
b2 -> b3, as preparation for next release
Diffstat (limited to 'unix')
-rwxr-xr-x | unix/configure | 2 | ||||
-rw-r--r-- | unix/configure.ac | 2 | ||||
-rw-r--r-- | unix/tk.spec | 2 |
3 files changed, 3 insertions, 3 deletions
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 |