summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/UPT/BuildVersion.py
blob: 1b144dc1b666c4e0361f1f3d98458c715506413e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## @file
#
# This file is for build version number auto generation
#
# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#

'''
Build version information
'''

gBUILD_VERSION = "Developer Build based on Revision: Unknown"