Skip to content

Commit

Permalink
version -> 8.6.17
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed Jan 9, 2025
1 parent 1137fda commit d24813a
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 14 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 8.6.16** source distribution.
This is the **Tk 8.6.17** source distribution.

You can get any source release of Tk from [our distribution
site](https://sourceforge.net/projects/tcl/files/Tcl/).
Expand Down
4 changes: 2 additions & 2 deletions generic/tk.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ extern "C" {
#define TK_MAJOR_VERSION 8
#define TK_MINOR_VERSION 6
#define TK_RELEASE_LEVEL TCL_FINAL_RELEASE
#define TK_RELEASE_SERIAL 16
#define TK_RELEASE_SERIAL 17

#define TK_VERSION "8.6"
#define TK_PATCH_LEVEL "8.6.16"
#define TK_PATCH_LEVEL "8.6.17"

/*
* A special definition used to allow this header file to be included from
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 8.6.16
package require -exact Tk 8.6.17

# Create a ::tk namespace
namespace eval ::tk {
Expand Down
3 changes: 0 additions & 3 deletions unix/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -1547,9 +1547,6 @@ DISTROOT = /tmp/dist
DISTNAME = tk${VERSION}${PATCH_LEVEL}
ZIPNAME = tk${MAJOR_VERSION}${MINOR_VERSION}${PATCH_LEVEL}-src.zip
DISTDIR = $(DISTROOT)/$(DISTNAME)
$(UNIX_DIR)/configure: $(UNIX_DIR)/configure.in $(UNIX_DIR)/tcl.m4 \
$(UNIX_DIR)/aclocal.m4
cd $(UNIX_DIR); autoconf
$(MAC_OSX_DIR)/configure: $(MAC_OSX_DIR)/configure.ac $(UNIX_DIR)/configure
cd $(MAC_OSX_DIR); autoconf
$(UNIX_DIR)/tkConfig.h.in: $(MAC_OSX_DIR)/configure
Expand Down
4 changes: 2 additions & 2 deletions unix/configure
Original file line number Diff line number Diff line change
Expand Up @@ -1338,7 +1338,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
TK_VERSION=8.6
TK_MAJOR_VERSION=8
TK_MINOR_VERSION=6
TK_PATCH_LEVEL=".16"
TK_PATCH_LEVEL=".17"
VERSION=${TK_VERSION}
LOCALES="cs da de el en en_gb eo es fr hu it nl pl pt ru sv"
Expand Down Expand Up @@ -4496,7 +4496,7 @@ fi
;;
*)
# Make sure only first arg gets _r
CC=`echo "$CC" | sed -e 's/^\([^ ]*\)/\1_r/'`
CC=`echo "$CC" | sed -e 's/^\([^ ]*\)/\1_r/'`
;;
esac
echo "$as_me:$LINENO: result: Using $CC for compiling with threads" >&5
Expand Down
2 changes: 1 addition & 1 deletion unix/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ m4_ifdef([SC_USE_CONFIG_HEADERS], [
TK_VERSION=8.6
TK_MAJOR_VERSION=8
TK_MINOR_VERSION=6
TK_PATCH_LEVEL=".16"
TK_PATCH_LEVEL=".17"
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/tcl.m4
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
;;
*)
# Make sure only first arg gets _r
CC=`echo "$CC" | sed -e 's/^\([[^ ]]*\)/\1_r/'`
CC=`echo "$CC" | sed -e 's/^\([[^ ]]*\)/\1_r/'`
;;
esac
AC_MSG_RESULT([Using $CC for compiling with threads])
Expand Down
2 changes: 1 addition & 1 deletion unix/tk.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Name: tk
Summary: Tk graphical toolkit for the Tcl scripting language.
Version: 8.6.16
Version: 8.6.17
Release: 2
License: BSD
Group: Development/Languages
Expand Down
2 changes: 1 addition & 1 deletion win/configure
Original file line number Diff line number Diff line change
Expand Up @@ -1325,7 +1325,7 @@ SHELL=/bin/sh
TK_VERSION=8.6
TK_MAJOR_VERSION=8
TK_MINOR_VERSION=6
TK_PATCH_LEVEL=".16"
TK_PATCH_LEVEL=".17"
VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION
#------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion win/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ SHELL=/bin/sh
TK_VERSION=8.6
TK_MAJOR_VERSION=8
TK_MINOR_VERSION=6
TK_PATCH_LEVEL=".16"
TK_PATCH_LEVEL=".17"
VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION

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

0 comments on commit d24813a

Please sign in to comment.