Incorporate rosapps. 0.3.15 was branched somewhat incorrectly so rosapps is not synce...
[reactos.git] / modules / rosapps / applications / sysutils / utils / pice / module / pice_ver.h
1 /*++
2
3 Copyright (c) 1998-2001 Klaus P. Gerlicher
4
5 Module Name:
6
7 pice_ver.h
8
9 Abstract:
10
11 HEADER , pICE debugger version
12
13 Environment:
14
15 LINUX 2.2.X
16 Kernel mode only
17
18 Author:
19
20 Klaus P. Gerlicher
21
22 Revision History:
23
24 15-Nov-2000: general cleanup of source files
25
26 Copyright notice:
27
28 This file may be distributed under the terms of the GNU Public License.
29
30 --*/
31 // versions below 1.0 are BETA
32 #define PICE_MAJOR_VERSION (0)
33 #define PICE_MINOR_VERSION (99)
34 // reset this on major or minor version change
35 // increment this on every release build
36 #define PICE_BUILD (0007)