diff options
author | welch <welch> | 1998-06-30 09:03:04 (GMT) |
---|---|---|
committer | welch <welch> | 1998-06-30 09:03:04 (GMT) |
commit | 73934007854d6a9a13a1fee498a9766ffaae9e90 (patch) | |
tree | 39127cf35282c7da499cbc2def4f4107e431c351 /unix | |
parent | 08ed852a034921eadd0ef61a9f420b6aed52625a (diff) | |
download | tk-73934007854d6a9a13a1fee498a9766ffaae9e90.zip tk-73934007854d6a9a13a1fee498a9766ffaae9e90.tar.gz tk-73934007854d6a9a13a1fee498a9766ffaae9e90.tar.bz2 |
fix patchlevel
Diffstat (limited to 'unix')
-rw-r--r-- | unix/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure.in b/unix/configure.in index f57befa..5f0ba06 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -7,7 +7,7 @@ AC_INIT(../generic/tk.h) TK_VERSION=8.0 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=0 -TK_PATCH_LEVEL=".3-1" +TK_PATCH_LEVEL=".3" VERSION=${TK_VERSION} if test "${prefix}" = "NONE"; then |