From f9b38165e4481c3836b7282097ccfa1f3f9ec553 Mon Sep 17 00:00:00 2001 From: masc4ii Date: Tue, 7 May 2019 19:43:06 +0200 Subject: [PATCH] v1.7 --- osx_installer/BuildInstaller.sh | 6 +++--- platform/qt/Info.plist | 2 +- platform/qt/MainWindow.cpp | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/osx_installer/BuildInstaller.sh b/osx_installer/BuildInstaller.sh index 51ee09d7..a82e6c14 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.6.OSX.dmg" && rm "MLVApp.v1.6.OSX.dmg" +test -f "MLVApp.v1.7.OSX.dmg" && rm "MLVApp.v1.7.OSX.dmg" create-dmg-master/create-dmg \ ---volname "MLVApp v1.6 Installer" \ +--volname "MLVApp v1.7 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.6.OSX.dmg" \ +"MLVApp.v1.7.OSX.dmg" \ "./app/" diff --git a/platform/qt/Info.plist b/platform/qt/Info.plist index f0e17683..413dbd0a 100644 --- a/platform/qt/Info.plist +++ b/platform/qt/Info.plist @@ -26,6 +26,6 @@ CFBundleTypeRole Viewer CFBundleShortVersionString - 1.6 + 1.7 diff --git a/platform/qt/MainWindow.cpp b/platform/qt/MainWindow.cpp index 26640b48..3af80b79 100644 --- a/platform/qt/MainWindow.cpp +++ b/platform/qt/MainWindow.cpp @@ -42,8 +42,8 @@ #include "FpmInstaller.h" #define APPNAME "MLV App" -#define VERSION "1.6" -#define GITVERSION "QTv1.6" +#define VERSION "1.7" +#define GITVERSION "QTv1.7" #define FACTOR_DS 22.5 #define FACTOR_LS 11.2