comparison 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
comparison
equal deleted inserted replaced
1349:19aa1af6855e 1350:4333b58d879d
1 # 1 #
2 # Visual C Makefile for Dynamic Windows 2 # Visual C Makefile for Dynamic Windows
3 # 3 #
4 VER = 21 4 !include Version
5 VERDOT = 2.1 5 VER = $(DW_MAJOR_VERSION)$(DW_MINOR_VERSION)
6 VERDOT = $(DW_MAJOR_VERSION).$(DW_MINOR_VERSION)
6 VERREV = 0 7 VERREV = 0
7 8
8 # 9 #
9 # Setup the source and destination directories 10 # Setup the source and destination directories
10 # 11 #