diff options
author | dgp <dgp@users.sourceforge.net> | 2003-12-03 17:55:08 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-12-03 17:55:08 (GMT) |
commit | a98255897b484296ee0539fe3dc7ad8db8330461 (patch) | |
tree | 09e62d41d1a61140bdec40bb896faa125088688b /win/configure | |
parent | 515d4a7d9cdf8245707898a11789b1617a379a2f (diff) | |
download | tk-a98255897b484296ee0539fe3dc7ad8db8330461.zip tk-a98255897b484296ee0539fe3dc7ad8db8330461.tar.gz tk-a98255897b484296ee0539fe3dc7ad8db8330461.tar.bz2 |
* generic/tk.h: Bumped patch level to 8.4.5.1 to distinguish
* unix/configure.in: CVS snapshots from the 8.4.5 release.
* unix/tk.spec:
* win/configure.in:
* unix/configure: autoconf (2.13)
* win/configure:
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 71fb6b0..2dc5fe8 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=".6" +TK_PATCH_LEVEL=".5.1" VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION #------------------------------------------------------------------------ |