diff options
author | dgp <dgp@users.sourceforge.net> | 2009-11-03 20:15:24 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-11-03 20:15:24 (GMT) |
commit | 88cab73bda545db2653e191c79322e318568afdd (patch) | |
tree | a56b6ea35885149c6596f00f3b1380c8a3928302 /win/configure.in | |
parent | bcb6809211c95e27294400f9efa67ccf4dd0ac56 (diff) | |
download | tk-88cab73bda545db2653e191c79322e318568afdd.zip tk-88cab73bda545db2653e191c79322e318568afdd.tar.gz tk-88cab73bda545db2653e191c79322e318568afdd.tar.bz2 |
*** 8.5.8 TAGGED FOR RELEASE ***
* generic/tk.h: Bump to 8.5.8 for release.
* library/tk.tcl:
* unix/configure.in:
* unix/tk.spec:
* win/configure.in:
* README:
* unix/configure: autoconf-2.59
* win/configure:
* changes: Updated for 8.5.8 release.
Diffstat (limited to 'win/configure.in')
-rw-r--r-- | win/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/configure.in b/win/configure.in index 9a143bb..281685b 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.77.2.11 2009/04/10 18:13:06 dgp Exp $ +# RCS: @(#) $Id: configure.in,v 1.77.2.12 2009/11/03 20:15:25 dgp Exp $ AC_INIT(../generic/tk.h) AC_PREREQ(2.59) @@ -16,7 +16,7 @@ SHELL=/bin/sh TK_VERSION=8.5 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=5 -TK_PATCH_LEVEL=".7" +TK_PATCH_LEVEL=".8" VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION #------------------------------------------------------------------------ |