diff dw.h @ 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 dbd507f42947
children 896347a9be19
line wrap: on
line diff
--- a/dw.h	Tue Nov 15 12:45:52 2011 +0000
+++ b/dw.h	Tue Nov 15 13:26:15 2011 +0000
@@ -5,7 +5,7 @@
 
 /* Dynamic Windows version numbers */
 #define DW_MAJOR_VERSION 2
-#define DW_MINOR_VERSION 1
+#define DW_MINOR_VERSION 2
 #define DW_SUB_VERSION 0
 
 #if !defined(__PHOTON__)