diff options
author | hobbs <hobbs@noemail.net> | 2004-02-13 01:44:00 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2004-02-13 01:44:00 (GMT) |
commit | 7db92e5dd7313f50e128d30626fa8a606232ce3d (patch) | |
tree | 74dd1e64faa88211f10f661827ab1fe03a774e86 /unix/configure.in | |
parent | c0c5fd4c7215ca36dc40a4c3f9d8eac78b728b8d (diff) | |
download | tk-7db92e5dd7313f50e128d30626fa8a606232ce3d.zip tk-7db92e5dd7313f50e128d30626fa8a606232ce3d.tar.gz tk-7db92e5dd7313f50e128d30626fa8a606232ce3d.tar.bz2 |
update to patchlevel 8.4.6
FossilOrigin-Name: 8f97a2d774ac3040364295e1d9acbb6613e0fe3a
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 24bf085..317cda7 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.83.2.7 2003/12/03 17:55:10 dgp Exp $ +# RCS: @(#) $Id: configure.in,v 1.83.2.8 2004/02/13 01:44:03 hobbs Exp $ AC_INIT(../generic/tk.h) AC_PREREQ(2.13) @@ -11,7 +11,7 @@ AC_PREREQ(2.13) TK_VERSION=8.4 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=4 -TK_PATCH_LEVEL=".5.1" +TK_PATCH_LEVEL=".6" VERSION=${TK_VERSION} LOCALES="cs de el en en_gb es fr it nl ru" |