summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorredman <redman>1999-07-11 20:29:57 (GMT)
committerredman <redman>1999-07-11 20:29:57 (GMT)
commitc6b89bc14ea9e955a3c61434b10dc6682fb7062f (patch)
treeb58fed0f37a3b2fbf95bbeceab7bc6575a9e10b4 /win/makefile.vc
parentd2f2e730e74e90583511791f6ed709a12bd6c1c9 (diff)
downloadtcl-c6b89bc14ea9e955a3c61434b10dc6682fb7062f.zip
tcl-c6b89bc14ea9e955a3c61434b10dc6682fb7062f.tar.gz
tcl-c6b89bc14ea9e955a3c61434b10dc6682fb7062f.tar.bz2
Change version number in NMAKE makefile
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc6
1 files changed, 3 insertions, 3 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 644d758..e9c6b0c 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -6,7 +6,7 @@
# Copyright (c) 1995-1996 Sun Microsystems, Inc.
# Copyright (c) 1998-1999 by Scriptics Corporation.
#
-# RCS: @(#) $Id: makefile.vc,v 1.36 1999/06/15 01:16:29 hershey Exp $
+# RCS: @(#) $Id: makefile.vc,v 1.37 1999/07/11 20:29:57 redman Exp $
# Does not depend on the presence of any environment variables in
# order to compile tcl; all needed information is derived from
@@ -69,8 +69,8 @@ NODEBUG = 1
NAMEPREFIX = tcl
STUBPREFIX = $(NAMEPREFIX)stub
-DOTVERSION = 8.1
-VERSION = 81
+DOTVERSION = 8.2
+VERSION = 82
BINROOT = .
!IF "$(NODEBUG)" == "1"