summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorhobbs <hobbs>1999-10-01 22:45:11 (GMT)
committerhobbs <hobbs>1999-10-01 22:45:11 (GMT)
commit0d9ca17839866584c7545aadbacf87829ce2a7f7 (patch)
treef089bfc9ef19c8d3f9aa561064694b362df23a52 /win
parentf29a5be23f295f3e213d950ffbbea8ccbc06c8b5 (diff)
downloadtk-0d9ca17839866584c7545aadbacf87829ce2a7f7.zip
tk-0d9ca17839866584c7545aadbacf87829ce2a7f7.tar.gz
tk-0d9ca17839866584c7545aadbacf87829ce2a7f7.tar.bz2
1999-09-24 Jeff Hobbs <hobbs@scriptics.com>
* */README: * win/makefile.vc: * */configure.in: * generic/tk.h: * library/tk.tcl: up'd to 8.3a1 * unix/Makefile.in: changed 'mkdir' to 'mkdir -p' * library/dialog.tcl: changed {Times 18} to {Times 12} for dialog font.
Diffstat (limited to 'win')
-rw-r--r--win/README4
-rw-r--r--win/configure.in8
-rw-r--r--win/makefile.vc8
3 files changed, 10 insertions, 10 deletions
diff --git a/win/README b/win/README
index e71a341..70817d8 100644
--- a/win/README
+++ b/win/README
@@ -1,10 +1,10 @@
-Tk 8.2 for Windows
+Tk 8.3 for Windows
by Scott Stanton
Scriptics Corporation
scott.stanton@scriptics.com
-RCS: @(#) $Id: README,v 1.11 1999/06/25 23:30:27 welch Exp $
+RCS: @(#) $Id: README,v 1.12 1999/10/01 22:45:30 hobbs Exp $
This is the directory where you configure and compile the Windows
version of Tk. This directory also contains source files for Tk
diff --git a/win/configure.in b/win/configure.in
index 21dcdd1..af06ec9 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.9 1999/09/10 00:23:12 wart Exp $
+# RCS: @(#) $Id: configure.in,v 1.10 1999/10/01 22:45:31 hobbs Exp $
AC_INIT(../generic/tk.h)
-TK_VERSION=8.2
+TK_VERSION=8.3
TK_MAJOR_VERSION=8
-TK_MINOR_VERSION=2
-TK_PATCH_LEVEL=".0"
+TK_MINOR_VERSION=3
+TK_PATCH_LEVEL="a1"
VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION
#--------------------------------------------------------------------
diff --git a/win/makefile.vc b/win/makefile.vc
index 29ca19c..5efd132 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -4,7 +4,7 @@
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
# Copyright (c) 1995-1997 Sun Microsystems, Inc.
-# RCS: @(#) $Id: makefile.vc,v 1.27 1999/07/31 02:31:57 redman Exp $
+# RCS: @(#) $Id: makefile.vc,v 1.28 1999/10/01 22:45:31 hobbs Exp $
# Does not depend on the presence of any environment variables in
# order to compile tcl; all needed information is derived from
@@ -28,7 +28,7 @@
ROOT = ..
TOOLS32 = c:\program files\devstudio\vc
TOOLS32_rc = c:\program files\devstudio\sharedide
-TCLDIR = ..\..\tcl8.2
+TCLDIR = ..\..\tcl8.3
INSTALLDIR = c:\program files\tcl
# Set this to the appropriate value of /MACHINE: for your platform
@@ -50,8 +50,8 @@ NODEBUG = 1
TCLNAMEPREFIX = tcl
TKNAMEPREFIX = tk
WISHNAMEPREFIX = wish
-VERSION = 82
-DOTVERSION = 8.2
+VERSION = 83
+DOTVERSION = 8.3
TCLSTUBPREFIX = $(TCLNAMEPREFIX)stub
TKSTUBPREFIX = $(TKNAMEPREFIX)stub