--- a/imgtools/imgcheck/inc/version.h Wed Jun 16 16:51:40 2010 +0300
+++ b/imgtools/imgcheck/inc/version.h Wed Jun 23 16:56:47 2010 +0800
@@ -1,54 +1,54 @@
-// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
-// All rights reserved.
-// This component and the accompanying materials are made available
-// under the terms of the License "Eclipse Public License v1.0"
-// which accompanies this distribution, and is available
-// at the URL "http://www.eclipse.org/legal/epl-v10.html".
-//
-// Initial Contributors:
-// Nokia Corporation - initial contribution.
-//
-// Contributors:
-//
-// Description:
-// @internalComponent
-// @released
-//
-
-#ifndef VERSION_H
-#define VERSION_H
-/**
-Constant values needs to be updated for every release of imgcheck tool
-
-@internalComponent
-@released
-*/
-/**
-The versions should be in three parts as
-<major>.<minor>.<maintenance>
-For any architectural change the major version should be incremented
-For any change in the input or output format or enhancements or feature support the minor version should be incremented
-For any patch or maintenance(defect fixes) changes the maintenance version should be incremented.
-The maintenance version should be reset to 0 if the minor version is incremented.
-*/
-const String gMajorVersion("V1");
-const String gMinorVersion(".3");
-const String gMaintenanceVersion(".5 \n");
-
-/**
-Copyright to be displayed
-
-@internalComponent
-@released
-*/
-const String gCopyright("Copyright (c) 2007-2009 Nokia Corporation.\n");
-
-/**
-Tool description
-
-@internalComponent
-@released
-*/
-const String gToolDesc("\nIMGCHECK - Tool for ROM/ROFS partition check ");
-
-#endif //VERSION_H
+// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
+// All rights reserved.
+// This component and the accompanying materials are made available
+// under the terms of the License "Eclipse Public License v1.0"
+// which accompanies this distribution, and is available
+// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+//
+// Initial Contributors:
+// Nokia Corporation - initial contribution.
+//
+// Contributors:
+//
+// Description:
+// @internalComponent
+// @released
+//
+
+#ifndef VERSION_H
+#define VERSION_H
+/**
+Constant values needs to be updated for every release of imgcheck tool
+
+@internalComponent
+@released
+*/
+/**
+The versions should be in three parts as
+<major>.<minor>.<maintenance>
+For any architectural change the major version should be incremented
+For any change in the input or output format or enhancements or feature support the minor version should be incremented
+For any patch or maintenance(defect fixes) changes the maintenance version should be incremented.
+The maintenance version should be reset to 0 if the minor version is incremented.
+*/
+const string gMajorVersion("V1");
+const string gMinorVersion(".4");
+const string gMaintenanceVersion(".0 \n");
+
+/**
+Copyright to be displayed
+
+@internalComponent
+@released
+*/
+const string gCopyright("Copyright (c) 2007-2010 Nokia Corporation.\n");
+
+/**
+Tool description
+
+@internalComponent
+@released
+*/
+const string gToolDesc("\nIMGCHECK - Tool for ROM/ROFS partition check ");
+
+#endif //VERSION_H