equal
deleted
inserted
replaced
29 For any architectural change the major version should be incremented |
29 For any architectural change the major version should be incremented |
30 For any change in the input or output format or enhancements or feature support the minor version should be incremented |
30 For any change in the input or output format or enhancements or feature support the minor version should be incremented |
31 For any patch or maintenance(defect fixes) changes the maintenance version should be incremented. |
31 For any patch or maintenance(defect fixes) changes the maintenance version should be incremented. |
32 The maintenance version should be reset to 0 if the minor version is incremented. |
32 The maintenance version should be reset to 0 if the minor version is incremented. |
33 */ |
33 */ |
34 const String gMajorVersion("V1"); |
34 const string gMajorVersion("V1"); |
35 const String gMinorVersion(".3"); |
35 const string gMinorVersion(".4"); |
36 const String gMaintenanceVersion(".5 \n"); |
36 const string gMaintenanceVersion(".0 \n"); |
37 |
37 |
38 /** |
38 /** |
39 Copyright to be displayed |
39 Copyright to be displayed |
40 |
40 |
41 @internalComponent |
41 @internalComponent |
42 @released |
42 @released |
43 */ |
43 */ |
44 const String gCopyright("Copyright (c) 2007-2009 Nokia Corporation.\n"); |
44 const string gCopyright("Copyright (c) 2007-2010 Nokia Corporation.\n"); |
45 |
45 |
46 /** |
46 /** |
47 Tool description |
47 Tool description |
48 |
48 |
49 @internalComponent |
49 @internalComponent |
50 @released |
50 @released |
51 */ |
51 */ |
52 const String gToolDesc("\nIMGCHECK - Tool for ROM/ROFS partition check "); |
52 const string gToolDesc("\nIMGCHECK - Tool for ROM/ROFS partition check "); |
53 |
53 |
54 #endif //VERSION_H |
54 #endif //VERSION_H |