Skip to content

Commit

Permalink
version -> 9.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed Dec 21, 2024
1 parent 27a43dc commit 9596a57
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# README: Tk

This is the **Tk 9.0.1** source distribution.
This is the **Tk 9.0.2** source distribution.

You can get any source release of Tk from [our distribution
site](https://sourceforge.net/projects/tcl/files/Tcl/).
Expand Down
14 changes: 14 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ changes to the Tk source code at

> [Tk Source Code](https://core.tcl-lang.org/tk/)
Release Tk 9.0.2 arises from the check-in with tag `core-9-0-2`.

Tk 9.0.2 continues the Tk 9.0 series of releases. The Tk 9.0 series
does not support Tcl 8.6. The Tk 9.0 series extends the Tcl 9.0 series.
To make use of Tk 9.0.2, first a Tcl 9.0 release must be present.
As new Tk features are developed, expect them to appear in Tk 9, but not
necessarily in Tk 8.

Tk patch releases have the primary purpose of delivering bug fixes
to the userbase.

# Bug fixes
- [inaccurate scrollbar error-message](https://core.tcl-lang.org/tk/tktview/f88118)

Release Tk 9.0.1 arises from the check-in with tag `core-9-0-1`.

Tk 9.0.1 continues the Tk 9.0 series of releases. The Tk 9.0 series
Expand Down
4 changes: 2 additions & 2 deletions generic/tk.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ extern "C" {
#if TK_MAJOR_VERSION == 9
# define TK_MINOR_VERSION 0
# define TK_RELEASE_LEVEL TCL_FINAL_RELEASE
# define TK_RELEASE_SERIAL 1
# define TK_RELEASE_SERIAL 2

# define TK_VERSION "9.0"
# define TK_PATCH_LEVEL "9.0.1"
# define TK_PATCH_LEVEL "9.0.2"
#endif /* TK_MAJOR_VERSION */

/*
Expand Down
2 changes: 1 addition & 1 deletion library/tk.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.1
package require -exact tk 9.0.2

# Create a ::tk namespace
namespace eval ::tk {
Expand Down
2 changes: 1 addition & 1 deletion unix/configure
Original file line number Diff line number Diff line change
Expand Up @@ -2607,7 +2607,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
TK_VERSION=9.0
TK_MAJOR_VERSION=9
TK_MINOR_VERSION=0
TK_PATCH_LEVEL=".1"
TK_PATCH_LEVEL=".2"
VERSION=${TK_VERSION}
LOCALES="cs da de el en en_gb eo es fr hu it nl pl pt ru sv"

Expand Down
2 changes: 1 addition & 1 deletion unix/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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=".1"
TK_PATCH_LEVEL=".2"
VERSION=${TK_VERSION}
LOCALES="cs da de el en en_gb eo es fr hu it nl pl pt ru sv"

Expand Down
4 changes: 2 additions & 2 deletions unix/tk.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

Name: tk
Summary: Tk graphical toolkit for the Tcl scripting language.
Version: 9.0.1
Version: 9.0.2
Release: 2
License: BSD
Group: Development/Languages
Source: http://prdownloads.sourceforge.net/tcl/tk%{version}-src.tar.gz
Source: https://prdownloads.sourceforge.net/tcl/tk%{version}-src.tar.gz
URL: https://www.tcl-lang.org/
Buildroot: /var/tmp/%{name}%{version}
Buildrequires: XFree86-devel tcl >= 8.7.0
Expand Down
2 changes: 1 addition & 1 deletion win/configure
Original file line number Diff line number Diff line change
Expand Up @@ -2410,7 +2410,7 @@ SHELL=/bin/sh
TK_VERSION=9.0
TK_MAJOR_VERSION=9
TK_MINOR_VERSION=0
TK_PATCH_LEVEL=".1"
TK_PATCH_LEVEL=".2"
VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION

#------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion win/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ SHELL=/bin/sh
TK_VERSION=9.0
TK_MAJOR_VERSION=9
TK_MINOR_VERSION=0
TK_PATCH_LEVEL=".1"
TK_PATCH_LEVEL=".2"
VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION

#------------------------------------------------------------------------
Expand Down

0 comments on commit 9596a57

Please sign in to comment.