summaryrefslogtreecommitdiffstats
path: root/win/configure
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-10-02 18:28:14 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-10-02 18:28:14 (GMT)
commit02101584875920a2df958fa6e171cf2cb74f73be (patch)
tree44ec4ce3f4712b1854886988f0d9808ad0c82a57 /win/configure
parent39eb78f09822d3be7c849892f87a57b7267f912a (diff)
downloadtk-02101584875920a2df958fa6e171cf2cb74f73be.zip
tk-02101584875920a2df958fa6e171cf2cb74f73be.tar.gz
tk-02101584875920a2df958fa6e171cf2cb74f73be.tar.bz2
* generic/tk.h: Bump version number to 8.5b1.1 to distinguish
* library/tk.tcl: CVS development snapshots from the 8.5b1 * unix/configure.in: release. Updated LOCALES. * unix/tk.spec: * win/configure.in: * unix/configure: autoconf (2.59) * win/configure:
Diffstat (limited to 'win/configure')
-rwxr-xr-xwin/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/configure b/win/configure
index 6990259..8af0d01 100755
--- a/win/configure
+++ b/win/configure
@@ -1309,7 +1309,7 @@ SHELL=/bin/sh
TK_VERSION=8.5
TK_MAJOR_VERSION=8
TK_MINOR_VERSION=5
-TK_PATCH_LEVEL="b1"
+TK_PATCH_LEVEL="b1.1"
VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION
#------------------------------------------------------------------------