changeset 146:add6b46310c2

Upped DW's revision to 1.0.0. This is the final API specification for 1.0. I'll consider this a release candidate. :)
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 22 Oct 2002 14:00:47 +0000
parents 659c1a2bccad
children b479002e013f
files dw.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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__)