diff options
author | dgp <dgp@users.sourceforge.net> | 2014-07-23 12:26:44 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2014-07-23 12:26:44 (GMT) |
commit | b78fe49e600428bb09c38ab7801ab0a85dc9d544 (patch) | |
tree | aa5bdda31cbb5e0908a08a3a71e1423ed9bb50e5 /unix | |
parent | ebb86189711b94dc78250d22f896bb121a849720 (diff) | |
download | tk-b78fe49e600428bb09c38ab7801ab0a85dc9d544.zip tk-b78fe49e600428bb09c38ab7801ab0a85dc9d544.tar.gz tk-b78fe49e600428bb09c38ab7801ab0a85dc9d544.tar.bz2 |
Bump to 8.5.16 for release.
Diffstat (limited to 'unix')
-rwxr-xr-x | unix/configure | 2 | ||||
-rw-r--r-- | unix/configure.in | 2 | ||||
-rw-r--r-- | unix/tk.spec | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/unix/configure b/unix/configure index 42ae83b..4bfb919 100755 --- a/unix/configure +++ b/unix/configure @@ -1338,7 +1338,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu TK_VERSION=8.5 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=5 -TK_PATCH_LEVEL=".15" +TK_PATCH_LEVEL=".16" VERSION=${TK_VERSION} LOCALES="cs da de el en en_gb eo es fr hu it nl pl pt ru sv" diff --git a/unix/configure.in b/unix/configure.in index 49a644c..d40c0a1 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -25,7 +25,7 @@ m4_ifdef([SC_USE_CONFIG_HEADERS], [ TK_VERSION=8.5 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=5 -TK_PATCH_LEVEL=".15" +TK_PATCH_LEVEL=".16" VERSION=${TK_VERSION} LOCALES="cs da de el en en_gb eo es fr hu it nl pl pt ru sv" diff --git a/unix/tk.spec b/unix/tk.spec index 9302fd4..37d9107 100644 --- a/unix/tk.spec +++ b/unix/tk.spec @@ -4,7 +4,7 @@ Name: tk Summary: Tk graphical toolkit for the Tcl scripting language. -Version: 8.5.15 +Version: 8.5.16 Release: 2 License: BSD Group: Development/Languages |