]> git.proxmox.com Git - mirror_edk2.git/blob - BaseTools/Source/Python/UPT/BuildVersion.py
BaseTools: Remove './SecMain' from 'run' target
[mirror_edk2.git] / BaseTools / Source / Python / UPT / BuildVersion.py
1 ## @file
2 #
3 # This file is for build version number auto generation
4 #
5 # Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
6 #
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9
10 '''
11 Build version information
12 '''
13
14 gBUILD_VERSION = "Developer Build based on Revision: Unknown"