comparison dw.h @ 2077:9101babfc421

Bump the version to 3.1 and update the readme with some of the changes since 3.0 and the notes for the new features. Readme will be updated with a more extensive list of changes shortly.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 25 May 2020 03:17:57 +0000
parents 370baf78abdc
children 24875681eec5
comparison
equal deleted inserted replaced
2076:a42267bf4208 2077:9101babfc421
7 extern "C" { 7 extern "C" {
8 #endif 8 #endif
9 9
10 /* Dynamic Windows version numbers */ 10 /* Dynamic Windows version numbers */
11 #define DW_MAJOR_VERSION 3 11 #define DW_MAJOR_VERSION 3
12 #define DW_MINOR_VERSION 0 12 #define DW_MINOR_VERSION 1
13 #define DW_SUB_VERSION 0 13 #define DW_SUB_VERSION 0
14 14
15 #define DW_HOME_URL "http://dwindows.netlabs.org" 15 #define DW_HOME_URL "http://dwindows.netlabs.org"
16 16
17 #if !defined(__PHOTON__) 17 #if !defined(__PHOTON__)