summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-06-18 19:36:54 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-06-18 19:36:54 (GMT)
commite57baffb3afcda4138d7991f5d62f1f3ca10aa78 (patch)
treeae47c67919e945a540e8609447bb2c42acd92d4d /unix/configure.in
parent36af099870e6c1d9e882ba654ae0b479136917c4 (diff)
downloadtk-e57baffb3afcda4138d7991f5d62f1f3ca10aa78.zip
tk-e57baffb3afcda4138d7991f5d62f1f3ca10aa78.tar.gz
tk-e57baffb3afcda4138d7991f5d62f1f3ca10aa78.tar.bz2
* README: Bump version number to 8.4.11
* generic/tk.h: * macosx/Wish.pbproj/project.pbxproc: * unix/configure.in: * win/configure.in: * unix/configure.in: Updated LOCALES to cover all msgs catalogs. * unix/configure: autoconf * win/configure:
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/configure.in b/unix/configure.in
index 78d7684..216dc73 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.19 2005/05/29 06:48:16 das Exp $
+# RCS: @(#) $Id: configure.in,v 1.83.2.20 2005/06/18 19:36:58 dgp Exp $
AC_INIT(../generic/tk.h)
AC_PREREQ(2.13)
@@ -11,9 +11,9 @@ AC_PREREQ(2.13)
TK_VERSION=8.4
TK_MAJOR_VERSION=8
TK_MINOR_VERSION=4
-TK_PATCH_LEVEL=".10"
+TK_PATCH_LEVEL=".11"
VERSION=${TK_VERSION}
-LOCALES="cs de el en en_gb es fr it nl ru"
+LOCALES="cs de el en en_gb eo es es_es fr it nl pl ru"
#--------------------------------------------------------------------
# Find and load the tclConfig.sh file