summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--generic/tcl.h4
-rw-r--r--unix/configure.in2
2 files changed, 3 insertions, 3 deletions
diff --git a/generic/tcl.h b/generic/tcl.h
index 1c3c89a..39ba15f 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -11,7 +11,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: %Z% $Id: tcl.h,v 1.23 1998/08/04 23:22:45 welch Exp $
+ * SCCS: %Z% $Id: tcl.h,v 1.24 1998/08/06 12:10:41 welch Exp $
*/
#ifndef _TCL
@@ -41,7 +41,7 @@
#define TCL_RELEASE_SERIAL 3
#define TCL_VERSION "8.0"
-#define TCL_PATCH_LEVEL "8.0.3-5"
+#define TCL_PATCH_LEVEL "8.0.3"
/*
* The following definitions set up the proper options for Windows
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