diff --git a/build/Build.bat b/build/Build.bat index 9d6c661cd2..f391bd02e8 100644 --- a/build/Build.bat +++ b/build/Build.bat @@ -1,6 +1,6 @@ @ECHO OFF SET release=7.0.0 -SET comment=beta +SET comment=rc SET version=%release% IF [%comment%] EQU [] (SET version=%release%) ELSE (SET version=%release%-%comment%)