diff options
author | welch <welch> | 1998-08-06 12:10:34 (GMT) |
---|---|---|
committer | welch <welch> | 1998-08-06 12:10:34 (GMT) |
commit | 1db919d7dc99946566c67b1222a01a084d1864cb (patch) | |
tree | 82eff5372e91554bb4ee215cd0d35473bc03fed0 /unix | |
parent | 490f3f67394eae0b75ba1fa5aff26dc304302dda (diff) | |
download | tcl-1db919d7dc99946566c67b1222a01a084d1864cb.zip tcl-1db919d7dc99946566c67b1222a01a084d1864cb.tar.gz tcl-1db919d7dc99946566c67b1222a01a084d1864cb.tar.bz2 |
8.0.3
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 1809f10..0ca17c2 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -7,7 +7,7 @@ AC_INIT(../generic/tcl.h) TCL_VERSION=8.0 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=0 -TCL_PATCH_LEVEL=".3-5" +TCL_PATCH_LEVEL=".3" VERSION=${TCL_VERSION} if test "${prefix}" = "NONE"; then |