diff --git a/SourceLevelDebugPkg/SourceLevelDebugPkg.dec b/SourceLevelDebugPkg/SourceLevelDebugPkg.dec index 5146b9e222..2897a71465 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 - 2013, Intel Corporation. All rights reserved.
+# Copyright (c) 2010 - 2014, 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 = SourceLevelDebugPkg PACKAGE_GUID = DBF00C27-D8D7-443d-918B-4E85CDA1373B - PACKAGE_VERSION = 0.85 + PACKAGE_VERSION = 0.86 [Includes] Include diff --git a/SourceLevelDebugPkg/SourceLevelDebugPkg.dsc b/SourceLevelDebugPkg/SourceLevelDebugPkg.dsc index c029c439f1..a7be9ad51c 100644 --- a/SourceLevelDebugPkg/SourceLevelDebugPkg.dsc +++ b/SourceLevelDebugPkg/SourceLevelDebugPkg.dsc @@ -2,7 +2,7 @@ # # Source Level Debug Package. # -# Copyright (c) 2010 - 2013, Intel Corporation. All rights reserved.
+# Copyright (c) 2010 - 2014, 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 @@ -22,7 +22,7 @@ [Defines] PLATFORM_NAME = SourceLevelDebugPkg PLATFORM_GUID = 38C85805-883F-4ee8-A854-95B966ED73AA - PLATFORM_VERSION = 0.85 + PLATFORM_VERSION = 0.86 DSC_SPECIFICATION = 0x00010005 OUTPUT_DIRECTORY = Build/SourceLevelDebugPkg SUPPORTED_ARCHITECTURES = IA32|X64