diff options
author | welch <welch> | 1998-06-29 17:46:01 (GMT) |
---|---|---|
committer | welch <welch> | 1998-06-29 17:46:01 (GMT) |
commit | 318a8541ea943730c991b6bc6cdd643f9d6c8852 (patch) | |
tree | 278481417beb93b2147c41169948181f938841e3 /unix/configure.in | |
parent | 6cc4239d1928d436d3c8c3eb449661508ec0a17f (diff) | |
download | tcl-318a8541ea943730c991b6bc6cdd643f9d6c8852.zip tcl-318a8541ea943730c991b6bc6cdd643f9d6c8852.tar.gz tcl-318a8541ea943730c991b6bc6cdd643f9d6c8852.tar.bz2 |
Changed patchlevel to 8.0.3
Diffstat (limited to 'unix/configure.in')
-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 b7c2318..3a77cb2 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="p2" +TCL_PATCH_LEVEL=".3" VERSION=${TCL_VERSION} if test "${prefix}" = "NONE"; then |