comparison dwt/internal/Library.d @ 320:da968414c383

Merge changes SWT 3.4.1
author Frank Benoit <benoit@tionex.de>
date Mon, 03 Nov 2008 21:58:40 +0100
parents fd9c62a2998e
children
comparison
equal deleted inserted replaced
319:71b78d56f01f 320:da968414c383
32 static const int MAJOR_VERSION = 3; 32 static const int MAJOR_VERSION = 3;
33 33
34 /** 34 /**
35 * DWT Minor version number (must be in the range 0..999) 35 * DWT Minor version number (must be in the range 0..999)
36 */ 36 */
37 static const int MINOR_VERSION = 448; 37 static const int MINOR_VERSION = 449;
38 38
39 /** 39 /**
40 * DWT revision number (must be >= 0) 40 * DWT revision number (must be >= 0)
41 */ 41 */
42 static const int REVISION = 0; 42 static const int REVISION = 0;