diff options
author | dgp@users.sourceforge.net <dgp> | 2003-12-03 17:55:08 (GMT) |
---|---|---|
committer | dgp@users.sourceforge.net <dgp> | 2003-12-03 17:55:08 (GMT) |
commit | 8ac4115142e89ed77f47fb8423f7af498147e102 (patch) | |
tree | 09e62d41d1a61140bdec40bb896faa125088688b /win/configure | |
parent | 6d5a29862d948948c52902c27b16d5f3751f0d18 (diff) | |
download | tk-8ac4115142e89ed77f47fb8423f7af498147e102.zip tk-8ac4115142e89ed77f47fb8423f7af498147e102.tar.gz tk-8ac4115142e89ed77f47fb8423f7af498147e102.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 #------------------------------------------------------------------------ |