diff makefile.vc @ 1350:4333b58d879d

Upped the version number to 2.2. Added a Version file to reduce the number of places the version number needs to be changed when pushing out new releases. Updated the readme file with the information regarding the new OS/2 calendar widget.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 15 Nov 2011 13:26:15 +0000
parents 7809be48de7d
children 32a5be18e187
line wrap: on
line diff
--- a/makefile.vc	Tue Nov 15 12:45:52 2011 +0000
+++ b/makefile.vc	Tue Nov 15 13:26:15 2011 +0000
@@ -1,8 +1,9 @@
 #
 # Visual C Makefile for Dynamic Windows
 #
-VER = 21
-VERDOT = 2.1
+!include Version
+VER = $(DW_MAJOR_VERSION)$(DW_MINOR_VERSION)
+VERDOT = $(DW_MAJOR_VERSION).$(DW_MINOR_VERSION)
 VERREV = 0
 
 #