diff options
author | dgp <dgp@users.sourceforge.net> | 2003-03-04 23:50:40 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-03-04 23:50:40 (GMT) |
commit | 0f166d6f35a627e1bef3c3bad4a590845ed5580f (patch) | |
tree | d350fda87e77ed5c613bb21258645abde5c1ff7e /win/configure | |
parent | 993e01f8347657079103a0f41bbb5115c9d2f633 (diff) | |
download | tk-0f166d6f35a627e1bef3c3bad4a590845ed5580f.zip tk-0f166d6f35a627e1bef3c3bad4a590845ed5580f.tar.gz tk-0f166d6f35a627e1bef3c3bad4a590845ed5580f.tar.bz2 |
* README: Bumped version number of
* generic/tk.h: Tk to 8.5a0.
* library/tk.tcl:
* mac/README:
* macosx/Wish.pbproj/project.pbxproj:
* unix/README:
* unix/configure.in:
* unix/tk.spec:
* win/README:
* win/configure.in:
* win/makefile.vc:
* win/tcl.m4:
* unix/configure: autoconf
* win/configure:
Diffstat (limited to 'win/configure')
-rwxr-xr-x | win/configure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win/configure b/win/configure index 0db2034..83fab07 100755 --- a/win/configure +++ b/win/configure @@ -533,10 +533,10 @@ fi -TK_VERSION=8.4 +TK_VERSION=8.5 TK_MAJOR_VERSION=8 -TK_MINOR_VERSION=4 -TK_PATCH_LEVEL=".2" +TK_MINOR_VERSION=5 +TK_PATCH_LEVEL="a0" VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION #------------------------------------------------------------------------ |