diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-10-27 08:12:26 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-10-27 08:12:26 (GMT) |
commit | 8e166381ae6537d190dcf8e471675d50653293f6 (patch) | |
tree | 20eadba5088cdecc7a8a913bfa5eedc7f6584b3e /unix | |
parent | 570c870e93aa17edc9390988a7670a73f4cba842 (diff) | |
download | tcl-8e166381ae6537d190dcf8e471675d50653293f6.zip tcl-8e166381ae6537d190dcf8e471675d50653293f6.tar.gz tcl-8e166381ae6537d190dcf8e471675d50653293f6.tar.bz2 |
Bump to 8.6.12 for release
Diffstat (limited to 'unix')
-rwxr-xr-x | unix/configure | 2 | ||||
-rw-r--r-- | unix/configure.in | 2 | ||||
-rw-r--r-- | unix/tcl.spec | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/unix/configure b/unix/configure index ba91f77..7c976ed 100755 --- a/unix/configure +++ b/unix/configure @@ -1335,7 +1335,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu TCL_VERSION=8.6 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=6 -TCL_PATCH_LEVEL=".11" +TCL_PATCH_LEVEL=".12" VERSION=${TCL_VERSION} EXTRA_INSTALL_BINARIES=${EXTRA_INSTALL_BINARIES:-"@:"} diff --git a/unix/configure.in b/unix/configure.in index 21e47376..c73f368 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -26,7 +26,7 @@ m4_ifdef([SC_USE_CONFIG_HEADERS], [ TCL_VERSION=8.6 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=6 -TCL_PATCH_LEVEL=".11" +TCL_PATCH_LEVEL=".12" VERSION=${TCL_VERSION} EXTRA_INSTALL_BINARIES=${EXTRA_INSTALL_BINARIES:-"@:"} diff --git a/unix/tcl.spec b/unix/tcl.spec index de6fa2b..2e4a433 100644 --- a/unix/tcl.spec +++ b/unix/tcl.spec @@ -4,7 +4,7 @@ Name: tcl Summary: Tcl scripting language development environment -Version: 8.6.11 +Version: 8.6.12 Release: 2 License: BSD Group: Development/Languages |