diff options
author | dgp <dgp@users.sourceforge.net> | 2005-06-07 14:30:21 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-06-07 14:30:21 (GMT) |
commit | 269c0f37fabe9229c395ebdac5ec826438d103ec (patch) | |
tree | 5af89f8430279054f0407adc8b901a42b2421021 | |
parent | 68a9c9f524aa50b782559f42a7d44db403bc4d7d (diff) | |
download | tk-269c0f37fabe9229c395ebdac5ec826438d103ec.zip tk-269c0f37fabe9229c395ebdac5ec826438d103ec.tar.gz tk-269c0f37fabe9229c395ebdac5ec826438d103ec.tar.bz2 |
autoconf
-rwxr-xr-x | unix/configure | 2 | ||||
-rwxr-xr-x | win/configure | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure b/unix/configure index 3f444fa..edf3ec6 100755 --- a/unix/configure +++ b/unix/configure @@ -1336,7 +1336,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu TK_VERSION=8.5 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=5 -TK_PATCH_LEVEL="a3" +TK_PATCH_LEVEL="a4" VERSION=${TK_VERSION} LOCALES="cs de el en en_gb es fr it nl ru" diff --git a/win/configure b/win/configure index a209486..a74d203 100755 --- a/win/configure +++ b/win/configure @@ -1307,7 +1307,7 @@ SHELL=/bin/sh TK_VERSION=8.5 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=5 -TK_PATCH_LEVEL="a3" +TK_PATCH_LEVEL="a4" VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION #------------------------------------------------------------------------ |