diff options
author | dgp <dgp@users.sourceforge.net> | 2015-10-23 14:30:40 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2015-10-23 14:30:40 (GMT) |
commit | 5cc8064510d18845a04ae0c076127a1a09a7fada (patch) | |
tree | b73b9401062024257cd42aa3034e00c36bf38177 /unix | |
parent | 070ce22547377d08c28f1be6724b1d5d51f26a53 (diff) | |
download | tcl-5cc8064510d18845a04ae0c076127a1a09a7fada.zip tcl-5cc8064510d18845a04ae0c076127a1a09a7fada.tar.gz tcl-5cc8064510d18845a04ae0c076127a1a09a7fada.tar.bz2 |
Bump to release number 8.5.19
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 9c93024..ed895d9 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=".18" +TCL_PATCH_LEVEL=".19" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ diff --git a/unix/tcl.spec b/unix/tcl.spec index 76ab925..9062694 100644 --- a/unix/tcl.spec +++ b/unix/tcl.spec @@ -4,7 +4,7 @@ Name: tcl Summary: Tcl scripting language development environment -Version: 8.5.18 +Version: 8.5.19 Release: 2 License: BSD Group: Development/Languages |