diff options
author | dgp <dgp@users.sourceforge.net> | 2012-11-05 18:38:37 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-11-05 18:38:37 (GMT) |
commit | 1e25bff359fcdb0fb43b0fa7a6e84ec85378416d (patch) | |
tree | e3a8deb388829b8c42cbbbc5c2eaae51afad4592 /unix | |
parent | 6687886af05bb7fff4e70ccbf3903ac3a275ab32 (diff) | |
download | tcl-1e25bff359fcdb0fb43b0fa7a6e84ec85378416d.zip tcl-1e25bff359fcdb0fb43b0fa7a6e84ec85378416d.tar.gz tcl-1e25bff359fcdb0fb43b0fa7a6e84ec85378416d.tar.bz2 |
Release branch for Tcl 8.5.13.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/configure.in | 2 | ||||
-rw-r--r-- | unix/tcl.spec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure.in b/unix/configure.in index 1487752..65f712a 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=".12" +TCL_PATCH_LEVEL=".13" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ diff --git a/unix/tcl.spec b/unix/tcl.spec index 265cca4..4b9eafa 100644 --- a/unix/tcl.spec +++ b/unix/tcl.spec @@ -4,7 +4,7 @@ Name: tcl Summary: Tcl scripting language development environment -Version: 8.5.12 +Version: 8.5.13 Release: 2 License: BSD Group: Development/Languages |