diff --git a/SourceLevelDebugPkg/SourceLevelDebugPkg.dec b/SourceLevelDebugPkg/SourceLevelDebugPkg.dec index 798c0672cb..50f98cc4f4 100644 --- a/SourceLevelDebugPkg/SourceLevelDebugPkg.dec +++ b/SourceLevelDebugPkg/SourceLevelDebugPkg.dec @@ -7,7 +7,7 @@ # and host, PeCoffExtraActionLib instance to report symbol path information, # etc. # -# Copyright (c) 2010, Intel Corporation. All rights reserved.
+# Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.
# This program and the accompanying materials are licensed and made available under # the terms and conditions of the BSD License that accompanies this distribution. # The full text of the license may be found at @@ -22,7 +22,7 @@ DEC_SPECIFICATION = 0x00010005 PACKAGE_NAME = SourceLevelDebugtPkg PACKAGE_GUID = DBF00C27-D8D7-443d-918B-4E85CDA1373B - PACKAGE_VERSION = 0.70 + PACKAGE_VERSION = 0.71 [Includes] Include diff --git a/SourceLevelDebugPkg/SourceLevelDebugPkg.dsc b/SourceLevelDebugPkg/SourceLevelDebugPkg.dsc index a54cff5177..0833e63045 100644 --- a/SourceLevelDebugPkg/SourceLevelDebugPkg.dsc +++ b/SourceLevelDebugPkg/SourceLevelDebugPkg.dsc @@ -22,7 +22,7 @@ [Defines] PLATFORM_NAME = SourceLevelDebugtPkg PLATFORM_GUID = 38C85805-883F-4ee8-A854-95B966ED73AA - PLATFORM_VERSION = 0.70 + PLATFORM_VERSION = 0.71 DSC_SPECIFICATION = 0x00010005 OUTPUT_DIRECTORY = Build/SourceLevelDebugtPkg SUPPORTED_ARCHITECTURES = IA32|X64