diff dw.h @ 1897:951356ced7d5

Changes preparing for 3.0 release.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 13 Feb 2014 00:01:06 +0000
parents c6b47f3db988
children c47a04d83b90
line wrap: on
line diff
--- a/dw.h	Fri Oct 25 16:56:08 2013 +0000
+++ b/dw.h	Thu Feb 13 00:01:06 2014 +0000
@@ -1,11 +1,11 @@
-/* $Id: dw.h 1897 2013-09-09 19:18:36Z bsmith $ */
+/* $Id$ */
 
 #ifndef _H_DW
 #define _H_DW
 
 /* Dynamic Windows version numbers */
-#define DW_MAJOR_VERSION 2
-#define DW_MINOR_VERSION 5
+#define DW_MAJOR_VERSION 3
+#define DW_MINOR_VERSION 0
 #define DW_SUB_VERSION 0
 
 #if !defined(__PHOTON__)