diff options
author | dgp <dgp@users.sourceforge.net> | 2005-06-18 19:36:54 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-06-18 19:36:54 (GMT) |
commit | e57baffb3afcda4138d7991f5d62f1f3ca10aa78 (patch) | |
tree | ae47c67919e945a540e8609447bb2c42acd92d4d /win/configure | |
parent | 36af099870e6c1d9e882ba654ae0b479136917c4 (diff) | |
download | tk-e57baffb3afcda4138d7991f5d62f1f3ca10aa78.zip tk-e57baffb3afcda4138d7991f5d62f1f3ca10aa78.tar.gz tk-e57baffb3afcda4138d7991f5d62f1f3ca10aa78.tar.bz2 |
* README: Bump version number to 8.4.11
* generic/tk.h:
* macosx/Wish.pbproj/project.pbxproc:
* unix/configure.in:
* win/configure.in:
* unix/configure.in: Updated LOCALES to cover all msgs catalogs.
* unix/configure: autoconf
* 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 d5d9961..ffe25ec 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=".10" +TK_PATCH_LEVEL=".11" VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION #------------------------------------------------------------------------ |