]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Scripts/UpdateBuildVersions.py
1. Update UpdateBuildVersion.py;
[mirror_edk2.git] / BaseTools / Scripts / UpdateBuildVersions.py
old mode 100644 (file)
new mode 100755 (executable)
index e9c0697..e62030a
@@ -6,7 +6,7 @@
 # If SVN is available, the tool will obtain the current checked out version of\r
 # the source tree for including the the --version commands.\r
 \r
-#  Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -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"\r
 \r
 __execname__ = "UpdateBuildVersions.py"\r
-SVN_REVISION = "$Revision: 3 $"\r
-SVN_REVISION = SVN_REVISION.replace("$Revision:", "").replace("$", "").strip()\r
+SVN_REVISION = "$LastChangedRevision: 3 $"\r
+SVN_REVISION = SVN_REVISION.replace("$LastChangedRevision:", "").replace("$", "").strip()\r
 __copyright__ = "Copyright (c) 2014, Intel Corporation. All rights reserved."\r
 VERSION_NUMBER = "0.7.0"\r
 __version__ = "Version %s.%s" % (VERSION_NUMBER, SVN_REVISION)\r