equal
deleted
inserted
replaced
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(".4"); |
35 const string gMinorVersion(".4"); |
36 const string gMaintenanceVersion(".0 \n"); |
36 const string gMaintenanceVersion(".1 \n"); |
37 |
37 |
38 /** |
38 /** |
39 Copyright to be displayed |
39 Copyright to be displayed |
40 |
40 |
41 @internalComponent |
41 @internalComponent |