diff options
author | hobbs <hobbs> | 2000-01-14 03:25:59 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-01-14 03:25:59 (GMT) |
commit | 28c2c061b5667f81ebdc330da216c5122920344e (patch) | |
tree | 2572fc202bc660e450c4b18f0b0ba3eec694ece4 /win/configure.in | |
parent | 7dc49ae721f51c041cbf04747e899dce23b0bea5 (diff) | |
download | tk-28c2c061b5667f81ebdc330da216c5122920344e.zip tk-28c2c061b5667f81ebdc330da216c5122920344e.tar.gz tk-28c2c061b5667f81ebdc330da216c5122920344e.tar.bz2 |
* unix/configure.in:core_8_3_b2
* win/configure.in: updated to patchlevel 8.3b2
* win/tkWinWm.c: added visibility event handler to make sure
that transient window wrappers would be updated when the master
was initially mapped.
Diffstat (limited to 'win/configure.in')
-rw-r--r-- | win/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/configure.in b/win/configure.in index 81ef839..c3fa297 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.13 1999/12/21 23:56:48 hobbs Exp $ +# RCS: @(#) $Id: configure.in,v 1.14 2000/01/14 03:25:59 hobbs Exp $ AC_INIT(../generic/tk.h) TK_VERSION=8.3 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=3 -TK_PATCH_LEVEL="b1" +TK_PATCH_LEVEL="b2" VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION #-------------------------------------------------------------------- |