summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2007-10-02 17:55:52 (GMT)
committerdgp <dgp@noemail.net>2007-10-02 17:55:52 (GMT)
commitb98b13a09a7db7753a70cb92e2ba72e8c5cdf93b (patch)
treec8fa237a3827ee92bdc5e430f524f470761babe4 /win
parent1c5599956c9c538db72dddd136ea670f3a655ab5 (diff)
downloadtk-b98b13a09a7db7753a70cb92e2ba72e8c5cdf93b.zip
tk-b98b13a09a7db7753a70cb92e2ba72e8c5cdf93b.tar.gz
tk-b98b13a09a7db7753a70cb92e2ba72e8c5cdf93b.tar.bz2
* README: Bump version number to 8.4.17
* generic/tk.h: * unix/configure.in: Removed "es_ES" entry in LOCALES * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure: FossilOrigin-Name: 123c8cd52f85edce0ed2324fa41fddb39b08cf10
Diffstat (limited to 'win')
-rwxr-xr-xwin/configure2
-rw-r--r--win/configure.in4
2 files changed, 3 insertions, 3 deletions
diff --git a/win/configure b/win/configure
index 2b4a3eb..530150c 100755
--- a/win/configure
+++ b/win/configure
@@ -536,7 +536,7 @@ fi
TK_VERSION=8.4
TK_MAJOR_VERSION=8
TK_MINOR_VERSION=4
-TK_PATCH_LEVEL=".16"
+TK_PATCH_LEVEL=".17"
VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION
#------------------------------------------------------------------------
diff --git a/win/configure.in b/win/configure.in
index aa3f814..ff882d7 100644
--- a/win/configure.in
+++ b/win/configure.in
@@ -3,7 +3,7 @@
# generate the file "configure", which is run during Tk installation
# to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.49.2.21 2007/05/30 14:06:22 dgp Exp $
+# RCS: @(#) $Id: configure.in,v 1.49.2.22 2007/10/02 17:55:56 dgp 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=".16"
+TK_PATCH_LEVEL=".17"
VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION
#------------------------------------------------------------------------