build: windows version number updates

* updated version number of windows installers for app and trial
* updated visual studio plugin version number and plugin meta information
This commit is contained in:
malte_langkabel
2016-04-26 17:23:38 +02:00
parent fd905f76e5
commit bfb6b458b3
8 changed files with 28 additions and 22 deletions
+8 -2
View File
@@ -32,17 +32,23 @@ read -p "Press [Enter] key to continue"
echo -e "$INFO Did you change the Product-IDs in the uninstall scripts?"
read -p "Press [Enter] key to continue"
echo -e "$INFO Did you set the correct version number for the Visual Studio plugins?"
echo -e "$INFO Did you set the correct version number for the Visual Studio plugin?"
read -p "Press [Enter] key to continue"
echo -e "$INFO Are the Visual Studio plugins up to date?"
echo -e "$INFO Is the Visual Studio plugin up to date?"
read -p "Press [Enter] key to continue"
# SETTING THE DEPLOY FLAG
rm -rf src/lib_gui/platform_includes/deploy.h
echo "#define DEPLOY" >src/lib_gui/platform_includes/deploy.h
### TODO: RUN CMAKE!
### TODO: add HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\12.0_Config\MSBuild\EnableOutOfProcBuild
# CLEANING THE PROJECT
if [ $REBUILD = true ]; then
echo -e "$INFO cleaning the project"