summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorredman <redman>1999-07-16 01:52:24 (GMT)
committerredman <redman>1999-07-16 01:52:24 (GMT)
commit835d644cc3eed2b24fb0d60e6d71c0e011d71ca1 (patch)
treed2a0d3919b2c061371a015255514fc6a4778209e /generic
parente7517d3e27edd8a5152feeb679af46fcc80204d2 (diff)
downloadtcl-835d644cc3eed2b24fb0d60e6d71c0e011d71ca1.zip
tcl-835d644cc3eed2b24fb0d60e6d71c0e011d71ca1.tar.gz
tcl-835d644cc3eed2b24fb0d60e6d71c0e011d71ca1.tar.bz2
Fix minor version number.
Diffstat (limited to 'generic')
-rw-r--r--generic/tcl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tcl.h b/generic/tcl.h
index 4d1ad50..6728537 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -12,7 +12,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tcl.h,v 1.51 1999/07/02 06:04:26 welch Exp $
+ * RCS: @(#) $Id: tcl.h,v 1.52 1999/07/16 01:52:24 redman Exp $
*/
#ifndef _TCL
@@ -54,7 +54,7 @@ extern "C" {
*/
#define TCL_MAJOR_VERSION 8
-#define TCL_MINOR_VERSION 1
+#define TCL_MINOR_VERSION 2
#define TCL_RELEASE_LEVEL TCL_BETA_RELEASE
#define TCL_RELEASE_SERIAL 1