new version, fix for Windows deployment skript

This commit is contained in:
Volker Fischer 2011-07-02 11:55:36 +00:00
parent 1e62ea78ff
commit e1556bc44e
2 changed files with 3 additions and 1 deletions

View File

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

View File

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