comparison dwt/internal/Library.d @ 46:cfa563df4fdd

Updated Widget and Display to 3.514
author Jacob Carlborg <doob@me.com>
date Fri, 05 Dec 2008 16:00:41 +0100
parents d8635bb48c7c
children
comparison
equal deleted inserted replaced
45:d8635bb48c7c 46:cfa563df4fdd
36 static const int MAJOR_VERSION = 3; 36 static const int MAJOR_VERSION = 3;
37 37
38 /** 38 /**
39 * DWT Minor version number (must be in the range 0..999) 39 * DWT Minor version number (must be in the range 0..999)
40 */ 40 */
41 static int MINOR_VERSION = 514; 41 static const int MINOR_VERSION = 514;
42 42
43 /** 43 /**
44 * DWT revision number (must be >= 0) 44 * DWT revision number (must be >= 0)
45 */ 45 */
46 static const int REVISION = 0; 46 static const int REVISION = 0;