From e1556bc44e843a7cb2bfaaf1ea6876666cc2a66e Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Sat, 2 Jul 2011 11:55:36 +0000 Subject: [PATCH] new version, fix for Windows deployment skript --- src/global.h | 2 +- windows/deploy_windows.bat | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/global.h b/src/global.h index ce548488..775b0012 100755 --- a/src/global.h +++ b/src/global.h @@ -60,7 +60,7 @@ LED bar: lbr // version and application name (always use this version) #undef VERSION -#define VERSION "3.2.0" +#define VERSION "3.2.1cvs" #define APP_NAME "llcon" // Windows registry key name of auto run entry for the server diff --git a/windows/deploy_windows.bat b/windows/deploy_windows.bat index 7dcd00b9..a9f48cc6 100755 --- a/windows/deploy_windows.bat +++ b/windows/deploy_windows.bat @@ -7,6 +7,8 @@ if "%VSINSTALLDIR%" == "" goto vsenvproblem rem clean and compile solution ------------------------------------------------- devenv llcon.sln /clean "Release|Win32" + +call MocQT devenv llcon.sln /build "Release|Win32" rem create installer -----------------------------------------------------------