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 /unix/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 'unix/configure')
-rwxr-xr-x | unix/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure index 9f0e082..3c1936a 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=".6" +TK_PATCH_LEVEL=".5.1" VERSION=${TK_VERSION} LOCALES="cs de el en en_gb es fr it nl ru" |