CloverBootloader/BaseTools/Source/Python/UPT/BuildVersion.py
2019-09-03 12:58:42 +03:00

15 lines
305 B
Python

## @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"