diff options
author | dgp <dgp@users.sourceforge.net> | 2009-04-10 18:13:05 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-04-10 18:13:05 (GMT) |
commit | 160c8cf0ae81eaa0cf4ecefdcb2ff5615af28266 (patch) | |
tree | bd215af362d7cdd75aa561b5b5984a27af5936bb /unix/configure.in | |
parent | 05ed473e3558628339f3bf7d400eb41e04f04df7 (diff) | |
download | tk-160c8cf0ae81eaa0cf4ecefdcb2ff5615af28266.zip tk-160c8cf0ae81eaa0cf4ecefdcb2ff5615af28266.tar.gz tk-160c8cf0ae81eaa0cf4ecefdcb2ff5615af28266.tar.bz2 |
* generic/tk.h: Bump to 8.5.6 for release.
* library/tk.tcl:
* unix/configure.in:
* unix/tk.spec:
* win/configure.in:
* README:
* unix/configure: autoconf-2.59
* win/configure:
Diffstat (limited to 'unix/configure.in')
-rw-r--r-- | unix/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure.in b/unix/configure.in index cd27253..8106659 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -3,7 +3,7 @@ dnl This file is an input file used by the GNU "autoconf" program to dnl generate the file "configure", which is run during Tk installation dnl to configure the system for the local environment. # -# RCS: @(#) $Id: configure.in,v 1.153.2.8 2009/04/10 18:01:48 das Exp $ +# RCS: @(#) $Id: configure.in,v 1.153.2.9 2009/04/10 18:13:06 dgp Exp $ AC_INIT([tk],[8.5]) AC_PREREQ(2.59) @@ -27,7 +27,7 @@ m4_ifdef([SC_USE_CONFIG_HEADERS], [ TK_VERSION=8.5 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=5 -TK_PATCH_LEVEL=".6" +TK_PATCH_LEVEL=".7" VERSION=${TK_VERSION} LOCALES="cs da de el en en_gb eo es fr hu it nl pl pt ru sv" |