# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1035295247 0 # Node ID add6b46310c24996e14aa0787ca044880054452e # Parent 659c1a2bccad0ec6c3fe2c3b9dcb400bc701d7eb Upped DW's revision to 1.0.0. This is the final API specification for 1.0. I'll consider this a release candidate. :) diff -r 659c1a2bccad -r add6b46310c2 dw.h --- a/dw.h Tue Oct 22 12:21:37 2002 +0000 +++ b/dw.h Tue Oct 22 14:00:47 2002 +0000 @@ -4,8 +4,8 @@ #define _H_DW /* Dynamic Windows version numbers */ -#define DW_MAJOR_VERSION 0 -#define DW_MINOR_VERSION 5 +#define DW_MAJOR_VERSION 1 +#define DW_MINOR_VERSION 0 #define DW_SUB_VERSION 0 #if defined(__OS2__) || defined(__WIN32__) || defined(WINNT) || defined(__EMX__)