diff --git a/osx_installer/BuildInstaller.sh b/osx_installer/BuildInstaller.sh index dd66f0e0..a2159273 100755 --- a/osx_installer/BuildInstaller.sh +++ b/osx_installer/BuildInstaller.sh @@ -1,9 +1,9 @@ #!/bin/sh #Copy deployed "MLV App.app" to ./App directory before running this #Copy content from create-dmg (https://github.com/andreyvit/create-dmg) to ./create-dmg-master -test -f "MLVApp.v1.10.OSX.dmg" && rm "MLVApp.v1.10.OSX.dmg" +test -f "MLVApp.v1.11.OSX.dmg" && rm "MLVApp.v1.11.OSX.dmg" create-dmg-master/create-dmg \ ---volname "MLVApp v1.10 Installer" \ +--volname "MLVApp v1.11 Installer" \ --volicon "app/MLV App.app/Contents/Resources/MLVAPP.icns" \ --background "dmg-background.png" \ --window-pos 200 120 \ @@ -12,5 +12,5 @@ create-dmg-master/create-dmg \ --icon "MLV App.app" 165 175 \ --hide-extension "MLV App.app" \ --app-drop-link 495 175 \ -"MLVApp.v1.10.OSX.dmg" \ +"MLVApp.v1.11.OSX.dmg" \ "./app/" diff --git a/platform/qt/MLVApp.pro b/platform/qt/MLVApp.pro index a6f48bde..ebdc552c 100644 --- a/platform/qt/MLVApp.pro +++ b/platform/qt/MLVApp.pro @@ -313,7 +313,7 @@ DISTFILES += \ #Application version VERSION_MAJOR = 1 -VERSION_MINOR = 10 +VERSION_MINOR = 11 VERSION_PATCH = 0 VERSION_BUILD = 0