summaryrefslogtreecommitdiffstats
path: root/win/rules.vc
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2006-09-22 19:01:49 (GMT)
committerandreas_kupries <akupries@shaw.ca>2006-09-22 19:01:49 (GMT)
commit8a50ab5e2c3c18775c254efd2651bd27320b3dab (patch)
tree2fa75cca07b8dfcac761bcc630e361386a0e8f29 /win/rules.vc
parent199732899ee8edcd64fef50ed92b9937bb8d8a12 (diff)
downloadtk-8a50ab5e2c3c18775c254efd2651bd27320b3dab.zip
tk-8a50ab5e2c3c18775c254efd2651bd27320b3dab.tar.gz
tk-8a50ab5e2c3c18775c254efd2651bd27320b3dab.tar.bz2
* generic/tkConsole.c: TIP #268 update regarding registered package
* generic/tkMain.c: version, now using full patchlevel instead of * generic/tkWindow.c: major.minor * library/tk.tcl: * unix/configure: * unix/Makefile.in: * unix/tcl.m4: * win/configure: * win/Makefile.in: * win/makefile.vc: * win/rules.vc: * win/tcl.m4:
Diffstat (limited to 'win/rules.vc')
-rw-r--r--win/rules.vc3
1 files changed, 2 insertions, 1 deletions
diff --git a/win/rules.vc b/win/rules.vc
index 2a5b0c7..a45ce36 100644
--- a/win/rules.vc
+++ b/win/rules.vc
@@ -11,7 +11,7 @@
# Copyright (c) 2003 Patrick Thoyts
#
#------------------------------------------------------------------------------
-# RCS: @(#) $Id: rules.vc,v 1.5.2.3 2006/06/14 23:52:01 patthoyts Exp $
+# RCS: @(#) $Id: rules.vc,v 1.5.2.4 2006/09/22 19:01:52 andreas_kupries Exp $
#------------------------------------------------------------------------------
!ifndef _RULES_VC
@@ -408,6 +408,7 @@ Failed to find tcl.h. The TCLDIR macro does not appear correct.
#!endif
TCL_DOTVERSION = 8.4
+TCL_PATCHLEVEL = .14
TCL_VERSION = $(TCL_DOTVERSION:.=)
!if $(TCLINSTALL)