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 -----------------------------------------------------------