summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>1999-09-30 21:25:52 (GMT)
committerhobbs <hobbs>1999-09-30 21:25:52 (GMT)
commit6852815239061a03fab9065e90d05c62694bb190 (patch)
tree7d2b5d4f874a3b65cf92922b23b7b41b535e779a
parentcf037b7a78766c0e912a94a0b937a98d658faa02 (diff)
downloadtk-6852815239061a03fab9065e90d05c62694bb190.zip
tk-6852815239061a03fab9065e90d05c62694bb190.tar.gz
tk-6852815239061a03fab9065e90d05c62694bb190.tar.bz2
updated patch level to 1
-rw-r--r--ChangeLog5
-rw-r--r--unix/configure.in4
-rw-r--r--win/configure.in4
3 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index d9fef93..9a5ce06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-09-30 Jeff Hobbs <hobbs@scriptics.com>
+
+ * unix/configure.in:
+ * win/configure.in: updated patchlevel to 1
+
1999-09-24 Jeff Hobbs <hobbs@scriptics.com>
* unix/Makefile.in: changed 'mkdir' to 'mkdir -p'
diff --git a/unix/configure.in b/unix/configure.in
index 0513f54..4c85e78 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.41 1999/08/10 23:16:42 redman Exp $
+# RCS: @(#) $Id: configure.in,v 1.41.2.1 1999/09/30 21:25:56 hobbs Exp $
TK_VERSION=8.2
TK_MAJOR_VERSION=8
TK_MINOR_VERSION=2
-TK_PATCH_LEVEL=".0"
+TK_PATCH_LEVEL=".1"
VERSION=${TK_VERSION}
if test "${prefix}" = "NONE"; then
diff --git a/win/configure.in b/win/configure.in
index a7ff94f..3b3bb95 100644
--- a/win/configure.in
+++ b/win/configure.in
@@ -2,14 +2,14 @@
# generate the file "configure", which is run during Tk installation
# to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.8.2.1 1999/09/22 06:24:34 wart Exp $
+# RCS: @(#) $Id: configure.in,v 1.8.2.2 1999/09/30 21:26:01 hobbs Exp $
AC_INIT(../generic/tk.h)
TK_VERSION=8.2
TK_MAJOR_VERSION=8
TK_MINOR_VERSION=2
-TK_PATCH_LEVEL=".0"
+TK_PATCH_LEVEL=".1"
VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION
#--------------------------------------------------------------------