diff options
author | hobbs <hobbs> | 1999-11-19 23:35:52 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-11-19 23:35:52 (GMT) |
commit | 3717bda3adf104257ed297a20aafdcbc69feafc9 (patch) | |
tree | 80abc743f2c15fe5a88e71ab5e3767fb8a447cd8 | |
parent | a96628d114a8e503ed853a5f3fe3e688e48ffe99 (diff) | |
download | tk-3717bda3adf104257ed297a20aafdcbc69feafc9.zip tk-3717bda3adf104257ed297a20aafdcbc69feafc9.tar.gz tk-3717bda3adf104257ed297a20aafdcbc69feafc9.tar.bz2 |
* README:
* unix/configure.in:
* win/configure.in:
* generic/tk.h: updated to patchlevel 3
-rw-r--r-- | unix/configure.in | 4 | ||||
-rw-r--r-- | win/configure.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/unix/configure.in b/unix/configure.in index 5ce1818..dfaf026 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.2.2 1999/10/30 09:36:25 hobbs Exp $ +# RCS: @(#) $Id: configure.in,v 1.41.2.3 1999/11/19 23:35:52 hobbs Exp $ TK_VERSION=8.2 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=2 -TK_PATCH_LEVEL=".2" +TK_PATCH_LEVEL=".3" VERSION=${TK_VERSION} if test "${prefix}" = "NONE"; then diff --git a/win/configure.in b/win/configure.in index ea63a82..085467c 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.3 1999/10/30 09:36:38 hobbs Exp $ +# RCS: @(#) $Id: configure.in,v 1.8.2.4 1999/11/19 23:35:53 hobbs Exp $ AC_INIT(../generic/tk.h) TK_VERSION=8.2 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=2 -TK_PATCH_LEVEL=".2" +TK_PATCH_LEVEL=".3" VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION #-------------------------------------------------------------------- |