diff options
author | dgp <dgp@users.sourceforge.net> | 2015-02-05 18:17:07 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2015-02-05 18:17:07 (GMT) |
commit | 08fa42eaa0798c68ec6a365e3f2ab1905e97b287 (patch) | |
tree | a54c12ef1b93361789e2e628a7c5b412fe33afa7 /unix | |
parent | 9f39fc4286082e4e7a7b52711f7b37c8c6fddf7c (diff) | |
download | tcl-08fa42eaa0798c68ec6a365e3f2ab1905e97b287.zip tcl-08fa42eaa0798c68ec6a365e3f2ab1905e97b287.tar.gz tcl-08fa42eaa0798c68ec6a365e3f2ab1905e97b287.tar.bz2 |
Bump to version 8.5.18.
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 1264916..7a1ab59 100755 --- a/unix/configure +++ b/unix/configure @@ -1335,7 +1335,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu TCL_VERSION=8.5 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=5 -TCL_PATCH_LEVEL=".17" +TCL_PATCH_LEVEL=".18" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ diff --git a/unix/configure.in b/unix/configure.in index 22c8985..e9f5aa5 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -25,7 +25,7 @@ m4_ifdef([SC_USE_CONFIG_HEADERS], [ TCL_VERSION=8.5 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=5 -TCL_PATCH_LEVEL=".17" +TCL_PATCH_LEVEL=".18" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ diff --git a/unix/tcl.spec b/unix/tcl.spec index 4b6a6a0..940fd1e 100644 --- a/unix/tcl.spec +++ b/unix/tcl.spec @@ -4,7 +4,7 @@ Name: tcl Summary: Tcl scripting language development environment -Version: 8.5.17 +Version: 8.5.18 Release: 2 License: BSD Group: Development/Languages |