CloverBootloader/BaseTools/Source/Python/UPT/BuildVersion.py

15 lines
305 B
Python
Raw Normal View History

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