diff options
author | dgp <dgp@noemail.net> | 2007-10-02 18:28:13 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2007-10-02 18:28:13 (GMT) |
commit | 664a136806553d3cdb1746c419a198162b28bd82 (patch) | |
tree | 44ec4ce3f4712b1854886988f0d9808ad0c82a57 /win/configure | |
parent | 84df2db36d440ff244bffe19d86b040cc574938e (diff) | |
download | tk-664a136806553d3cdb1746c419a198162b28bd82.zip tk-664a136806553d3cdb1746c419a198162b28bd82.tar.gz tk-664a136806553d3cdb1746c419a198162b28bd82.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:
FossilOrigin-Name: 75ae2ea83c2429737ea254e2441be646b56db3b4
Diffstat (limited to 'win/configure')
-rwxr-xr-x | win/configure | 2 |
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 #------------------------------------------------------------------------ |