From 725ef5224317eab832053520ca151e8b71f1e9d3 Mon Sep 17 00:00:00 2001 From: perploug Date: Tue, 5 Nov 2013 11:17:04 +0100 Subject: [PATCH] version comment in build --- build/Build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%)