X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=BaseTools%2FScripts%2FUpdateBuildVersions.py;h=e62030aa9f0fc8d9602f8aaff3a88755ff4509cc;hb=22a99b87c4d29ebaa8713ac8f04d9d0c11c3add5;hp=e9c069724e48ea99ac2fe9a1710f25e5efd97cbd;hpb=ee2e676a4462e9dfafe08efbe131f60283a7d499;p=mirror_edk2.git diff --git a/BaseTools/Scripts/UpdateBuildVersions.py b/BaseTools/Scripts/UpdateBuildVersions.py index e9c069724e..e62030aa9f 100755 --- a/BaseTools/Scripts/UpdateBuildVersions.py +++ b/BaseTools/Scripts/UpdateBuildVersions.py @@ -6,7 +6,7 @@ # If SVN is available, the tool will obtain the current checked out version of # the source tree for including the the --version commands. -# Copyright (c) 2014, Intel Corporation. All rights reserved.
+# Copyright (c) 2014 - 2015, 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 @@ -32,8 +32,8 @@ from types import IntType, ListType SYS_ENV_ERR = "ERROR : %s system environment variable must be set prior to running this tool.\n" __execname__ = "UpdateBuildVersions.py" -SVN_REVISION = "$Revision: 3 $" -SVN_REVISION = SVN_REVISION.replace("$Revision:", "").replace("$", "").strip() +SVN_REVISION = "$LastChangedRevision: 3 $" +SVN_REVISION = SVN_REVISION.replace("$LastChangedRevision:", "").replace("$", "").strip() __copyright__ = "Copyright (c) 2014, Intel Corporation. All rights reserved." VERSION_NUMBER = "0.7.0" __version__ = "Version %s.%s" % (VERSION_NUMBER, SVN_REVISION)