summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstanton <stanton>1999-04-30 23:40:44 (GMT)
committerstanton <stanton>1999-04-30 23:40:44 (GMT)
commit629aad9f77991eac4d487be51c79273cb9076fa6 (patch)
tree20f566827394d7fead5bb425166151b658eefff3
parent5cdefcdad94ffccdb1806f9dc687e439a3a7dcb8 (diff)
downloadtk-629aad9f77991eac4d487be51c79273cb9076fa6.zip
tk-629aad9f77991eac4d487be51c79273cb9076fa6.tar.gz
tk-629aad9f77991eac4d487be51c79273cb9076fa6.tar.bz2
* Changed version number to 8.1.1.
-rw-r--r--ChangeLog4
-rw-r--r--generic/tk.h9
-rw-r--r--unix/configure.in4
3 files changed, 10 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index f6b63ab..7c1934d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
1999-04-30 <stanton@scriptics.com>
+ * Changed version number to 8.1.1.
+
+1999-04-30 <stanton@scriptics.com>
+
* Merged changes from 8.1.0 branch:
* generic/tkDecls.h:
diff --git a/generic/tk.h b/generic/tk.h
index 69c56d4..c5ea528 100644
--- a/generic/tk.h
+++ b/generic/tk.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: tk.h,v 1.23 1999/04/21 21:53:23 rjohnson Exp $
+ * RCS: @(#) $Id: tk.h,v 1.24 1999/04/30 23:40:44 stanton Exp $
*/
#ifndef _TK
@@ -23,9 +23,8 @@
* and update the version numbers:
*
* unix/configure.in
- * win/makefile.bc
- * win/makefile.vc
* README
+ * win/makefile.vc (only if major.minor changes, not patchlevel)
* library/tk.tcl (only if major.minor changes, not patchlevel)
* mac/README (only if major.minor changes, not patchlevel)
* win/README (only if major.minor changes, not patchlevel)
@@ -38,10 +37,10 @@
#define TK_MAJOR_VERSION 8
#define TK_MINOR_VERSION 1
#define TK_RELEASE_LEVEL TCL_FINAL_RELEASE
-#define TK_RELEASE_SERIAL 0
+#define TK_RELEASE_SERIAL 1
#define TK_VERSION "8.1"
-#define TK_PATCH_LEVEL "8.1.0"
+#define TK_PATCH_LEVEL "8.1.1"
/*
* The following definitions set up the proper options for Macintosh
diff --git a/unix/configure.in b/unix/configure.in
index b5b31cf..a3055c9 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -3,12 +3,12 @@ dnl This file is an input file used by the GNU "autoconf" program to
dnl generate the file "configure", which is run during Tk installation
dnl to configure the system for the local environment.
AC_INIT(../generic/tk.h)
-# RCS: @(#) $Id: configure.in,v 1.32 1999/04/30 22:49:57 stanton Exp $
+# RCS: @(#) $Id: configure.in,v 1.33 1999/04/30 23:40:45 stanton Exp $
TK_VERSION=8.1
TK_MAJOR_VERSION=8
TK_MINOR_VERSION=1
-TK_PATCH_LEVEL=
+TK_PATCH_LEVEL=1
VERSION=${TK_VERSION}
if test "${prefix}" = "NONE"; then