]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/UPT/Logger/StringTable.py
BaseTools-Source: Update displayed version information
[mirror_edk2.git] / BaseTools / Source / Python / UPT / Logger / StringTable.py
index f15ac7f0bc6b2efa8eeb530849dd90919ed81bd2..c5430735b9648553573136edb4d6688633e09c0e 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # This file is used to define strings used in the UPT tool\r
 #\r
-# Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2011 - 2016, Intel Corporation. All rights reserved.<BR>
 #\r
 # This program and the accompanying materials are licensed and made available \r
 # under the terms and conditions of the BSD License which accompanies this \r
@@ -39,13 +39,13 @@ MSG_USAGE_STRING = _("\n"
 ##\r
 # Version and Copyright\r
 #\r
-MSG_VERSION_NUMBER = _("1.0")\r
+MSG_VERSION_NUMBER = _("1.1")
 MSG_VERSION = _("UEFI Packaging Tool (UEFIPT) - Revision " + \\r
                 MSG_VERSION_NUMBER)\r
-MSG_COPYRIGHT = _("Copyright (c) 2011 - 2015 Intel Corporation All Rights Reserved.")\r
+MSG_COPYRIGHT = _("Copyright (c) 2011 - 2016 Intel Corporation All Rights Reserved.")
 MSG_VERSION_COPYRIGHT = _("\n  %s\n  %s" % (MSG_VERSION, MSG_COPYRIGHT))\r
 MSG_USAGE = _("%s [options]\n%s" % ("UPT", MSG_VERSION_COPYRIGHT))\r
-MSG_DESCRIPTION = _("The UEFIUPT is used to create, " + \\r
+MSG_DESCRIPTION = _("The UEFIPT is used to create, " + \\r
                     "install or remove a UEFI Distribution Package. " + \\r
                     "If WORKSPACE environment variable is present, " + \\r
                     "then UPT will install packages to the location specified by WORKSPACE, " + \\r
@@ -656,7 +656,7 @@ _("Wrong define section format, must be KEY = Value.")
 ERR_DECPARSE_DEFINE_UNKNOWKEY       = \\r
 _("Unknown key [%s] in define section.")\r
 ERR_DECPARSE_DEFINE_SPEC            = \\r
-_("Specification value must be HEX numbers.")\r
+_("Specification value must be HEX numbers or decimal numbers.")\r
 ERR_DECPARSE_DEFINE_PKGNAME         = \\r
 _("Package name must be AlphaNumeric characters.")\r
 ERR_DECPARSE_DEFINE_PKGGUID         = \\r