mirror of https://github.com/acidanthera/audk.git
Updated version, missed the last two commits and to add the SVN Revision property (last part of the version value).
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: lhauch <larry.hauch@intel.com> Reviewed-by: git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15883 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
cea5e3b9bf
commit
83185c5a0e
|
@ -47,8 +47,8 @@
|
||||||
@REM #
|
@REM #
|
||||||
@echo off
|
@echo off
|
||||||
@set SCRIPT_NAME=%0
|
@set SCRIPT_NAME=%0
|
||||||
@set SCRIPT_VERSION=0.9.0.
|
@set SCRIPT_VERSION=0.9.2.
|
||||||
@set SVN_REVISION=$Revision: 8 $
|
@set SVN_REVISION=$Revision$
|
||||||
@set RESET_ENVIRONMENT=FALSE
|
@set RESET_ENVIRONMENT=FALSE
|
||||||
@set NT32PKG=FALSE
|
@set NT32PKG=FALSE
|
||||||
@set NT32_64=FALSE
|
@set NT32_64=FALSE
|
||||||
|
|
Loading…
Reference in New Issue