diff options
author | dgp <dgp@noemail.net> | 2003-10-03 16:32:38 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2003-10-03 16:32:38 (GMT) |
commit | 69d6d485f134c00f70c88adf30523365a2fee304 (patch) | |
tree | 9aef0a61c3977f11083827048348b333ab34a612 /unix/configure | |
parent | 6b722139ea39d4bfc21442fc45ad559fe87641a6 (diff) | |
download | tk-69d6d485f134c00f70c88adf30523365a2fee304.zip tk-69d6d485f134c00f70c88adf30523365a2fee304.tar.gz tk-69d6d485f134c00f70c88adf30523365a2fee304.tar.bz2 |
* README: Bumped to patch level 8.4.5
* generic/tk.h: to prepare for next patch
* macosx/Wish.pbproj/project.pbxproj: release.
* unix/configure.in:
* unix/tk.spec:
* win/configure.in:
* unix/configure: autoconf (2.13)
* win/configure:
FossilOrigin-Name: 369f5319e5b896a0c2eb28da517ec7ee5932220d
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure index c88e410..5a90484 100755 --- a/unix/configure +++ b/unix/configure @@ -547,7 +547,7 @@ fi TK_VERSION=8.4 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=4 -TK_PATCH_LEVEL=".4" +TK_PATCH_LEVEL=".5" VERSION=${TK_VERSION} LOCALES="cs de el en en_gb es fr it nl ru" |