diff options
author | dgp <dgp@users.sourceforge.net> | 2024-08-26 18:25:27 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2024-08-26 18:25:27 (GMT) |
commit | 22636c14007946f27c1d562fb6cd72836cb58247 (patch) | |
tree | 0c544a088824e52e34c625d3ee525d99f07fb4d4 /unix | |
parent | 15f309ceeca3cb7e8f2802841670627d43e2a040 (diff) | |
download | tcl-22636c14007946f27c1d562fb6cd72836cb58247.zip tcl-22636c14007946f27c1d562fb6cd72836cb58247.tar.gz tcl-22636c14007946f27c1d562fb6cd72836cb58247.tar.bz2 |
Bump version to 8.6.15 in prep for a new patch 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 6a951ce..e5e9a3e 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=".14" +TCL_PATCH_LEVEL=".15" VERSION=${TCL_VERSION} EXTRA_INSTALL_BINARIES=${EXTRA_INSTALL_BINARIES:-"@:"} diff --git a/unix/configure.in b/unix/configure.in index 13d595c..4b4b358 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=".14" +TCL_PATCH_LEVEL=".15" VERSION=${TCL_VERSION} EXTRA_INSTALL_BINARIES=${EXTRA_INSTALL_BINARIES:-"@:"} diff --git a/unix/tcl.spec b/unix/tcl.spec index de61d38..c73371d 100644 --- a/unix/tcl.spec +++ b/unix/tcl.spec @@ -4,7 +4,7 @@ Name: tcl Summary: Tcl scripting language development environment -Version: 8.6.14 +Version: 8.6.15 Release: 2 License: BSD Group: Development/Languages |