summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2002-03-06 15:20:23 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2002-03-06 15:20:23 (GMT)
commitc28bf1192da9e92b14a27884bdc517cc6fb37d54 (patch)
treea19328ff68e41d904937d3e1decf265f8ed5baf1
parentfdc7ed699ce480cbda86351e66d3036105a1eca1 (diff)
downloadtcl-c28bf1192da9e92b14a27884bdc517cc6fb37d54.zip
tcl-c28bf1192da9e92b14a27884bdc517cc6fb37d54.tar.gz
tcl-c28bf1192da9e92b14a27884bdc517cc6fb37d54.tar.bz2
Bumped patchlevel; might need changing in the future, but it makes life
easier for now.
-rw-r--r--ChangeLog8
-rw-r--r--README4
-rw-r--r--generic/tcl.h6
-rw-r--r--tools/tcl.wse.in2
-rw-r--r--unix/configure.in4
-rw-r--r--unix/tcl.spec4
-rw-r--r--win/README.binary4
-rw-r--r--win/configure.in4
8 files changed, 22 insertions, 14 deletions
diff --git a/ChangeLog b/ChangeLog
index eb7c4d8..9569244 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2002-03-06 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+
+ * generic/tcl.h, tools/tcl.wse.in, unix/configure.in,
+ * unix/tcl.spec, win/README.binary, win/configure.in, README:
+ Bumped patchlevel; this might need to change in the future, but it
+ will help us distinguish between the CVS version and the most
+ recent released version.
+
2002-03-06 Miguel Sofer <msofer@users.sourceforge.net>
* generic/tclInt.h: for unshared objects, TclDecrRefCount now
diff --git a/README b/README
index edff0ef..576209c 100644
--- a/README
+++ b/README
@@ -1,11 +1,11 @@
README: Tcl
- This is the Tcl 8.4a4 source distribution.
+ This is the Tcl 8.4a5 source distribution.
Tcl/Tk is also available through NetCVS:
http://tcl.sourceforge.net/
You can get any source release of Tcl from the file distributions
link at the above URL.
-RCS: @(#) $Id: README,v 1.40 2002/03/04 23:26:03 hobbs Exp $
+RCS: @(#) $Id: README,v 1.41 2002/03/06 15:20:23 dkf Exp $
Contents
--------
diff --git a/generic/tcl.h b/generic/tcl.h
index 5b86c8e..a1a8dec 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -13,7 +13,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.119 2002/02/21 17:17:57 dgp Exp $
+ * RCS: @(#) $Id: tcl.h,v 1.120 2002/03/06 15:20:23 dkf Exp $
*/
#ifndef _TCL
@@ -60,10 +60,10 @@ extern "C" {
#define TCL_MAJOR_VERSION 8
#define TCL_MINOR_VERSION 4
#define TCL_RELEASE_LEVEL TCL_ALPHA_RELEASE
-#define TCL_RELEASE_SERIAL 4
+#define TCL_RELEASE_SERIAL 5
#define TCL_VERSION "8.4"
-#define TCL_PATCH_LEVEL "8.4a4"
+#define TCL_PATCH_LEVEL "8.4a5"
/*
* The following definitions set up the proper options for Windows
diff --git a/tools/tcl.wse.in b/tools/tcl.wse.in
index 67714cf..4e2640f 100644
--- a/tools/tcl.wse.in
+++ b/tools/tcl.wse.in
@@ -12,7 +12,7 @@ item: Global
Log Pathname=%MAINDIR%\INSTALL.LOG
Message Font=MS Sans Serif
Font Size=8
- Disk Label=tcl8.4a4
+ Disk Label=tcl8.4a5
Disk Filename=setup
Patch Flags=0000000000000001
Patch Threshold=85
diff --git a/unix/configure.in b/unix/configure.in
index c09e880..be5cbbc 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -3,14 +3,14 @@ dnl This file is an input file used by the GNU "autoconf" program to
dnl generate the file "configure", which is run during Tcl installation
dnl to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.82 2002/02/15 14:28:50 dkf Exp $
+# RCS: @(#) $Id: configure.in,v 1.83 2002/03/06 15:20:23 dkf Exp $
AC_INIT(../generic/tcl.h)
TCL_VERSION=8.4
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=4
-TCL_PATCH_LEVEL="a4"
+TCL_PATCH_LEVEL="a5"
VERSION=${TCL_VERSION}
#------------------------------------------------------------------------
diff --git a/unix/tcl.spec b/unix/tcl.spec
index de78478..15204a7 100644
--- a/unix/tcl.spec
+++ b/unix/tcl.spec
@@ -1,7 +1,7 @@
-# $Id: tcl.spec,v 1.9 2002/03/05 20:31:42 hobbs Exp $
+# $Id: tcl.spec,v 1.10 2002/03/06 15:20:23 dkf Exp $
# This file is the basis for a binary Tcl RPM for Linux.
-%define version 8.4a4
+%define version 8.4a5
%define directory /usr/local
Summary: Tcl scripting language development environment
diff --git a/win/README.binary b/win/README.binary
index de46533..fc32112 100644
--- a/win/README.binary
+++ b/win/README.binary
@@ -1,11 +1,11 @@
Tcl/Tk 8.4 for Windows, Binary Distribution
-RCS: @(#) $Id: README.binary,v 1.27 2002/03/04 23:26:03 hobbs Exp $
+RCS: @(#) $Id: README.binary,v 1.28 2002/03/06 15:20:23 dkf Exp $
1. Introduction
---------------
-This directory contains the binary distribution of Tcl/Tk 8.4a4 for
+This directory contains the binary distribution of Tcl/Tk 8.4a5 for
Windows. It was compiled with Microsoft Visual C++ 6.0 using Win32
API, so that it will run under Windows NT, 95, 98 and 2000.
diff --git a/win/configure.in b/win/configure.in
index e24b8ef..de84e19 100644
--- a/win/configure.in
+++ b/win/configure.in
@@ -3,14 +3,14 @@
# generate the file "configure", which is run during Tcl installation
# to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.46 2002/01/11 20:46:34 mdejong Exp $
+# RCS: @(#) $Id: configure.in,v 1.47 2002/03/06 15:20:23 dkf Exp $
AC_INIT(../generic/tcl.h)
TCL_VERSION=8.4
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=4
-TCL_PATCH_LEVEL="a4"
+TCL_PATCH_LEVEL="a5"
VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION
TCL_DDE_VERSION=1.2