diff options
author | dgp <dgp@users.sourceforge.net> | 2008-03-07 22:15:08 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-03-07 22:15:08 (GMT) |
commit | 1a3598707b01ebbfb07f6ee586e6abfa802c0577 (patch) | |
tree | f39bcb6df95ed721144bebbda83af271c58c67f7 /unix/configure.in | |
parent | abeca9f86cbf45c1fcbd44bb4f5a067710067769 (diff) | |
download | tk-1a3598707b01ebbfb07f6ee586e6abfa802c0577.zip tk-1a3598707b01ebbfb07f6ee586e6abfa802c0577.tar.gz tk-1a3598707b01ebbfb07f6ee586e6abfa802c0577.tar.bz2 |
Bump stabilizer branch to 8.5.2
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 8f0d284..72bfbbb 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.134.2.13 2008/02/04 16:07:38 dgp Exp $ +# RCS: @(#) $Id: configure.in,v 1.134.2.14 2008/03/07 22:15:13 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=".1" +TK_PATCH_LEVEL=".2" VERSION=${TK_VERSION} LOCALES="cs da de el en en_gb eo es fr hu it nl pl pt ru sv" |