Skip to content
Snippets Groups Projects
Commit 2bac9fd6 authored by Vassilios Ioannidis's avatar Vassilios Ioannidis
Browse files

updated version number, QMAKE_MAC_SDK, about

parent 693127bf
Branches
Tags v1.2.0
No related merge requests found
......@@ -64,7 +64,8 @@ License: <a href='https://www.gnu.org/licenses/gpl-2.0.txt'>GPL 2</a></p>
<p><b>Version history</b>
<ul>
<li>v1.1.0: speed improvement (introduced multi-core usage to process several files in parallel)
<li>v1.2.0: extended set of motifs (genomwe version hg19 and mm10) + FASTQ file support for human and mouse</li>
<li>v1.1.0: speed improvement (introduced multi-core usage to process several files in parallel)</li>
</ul>
</p>
"
......
......@@ -13,7 +13,7 @@ INCLUDEPATH +=
# OS X stuff
ICON = Ismara.icns
# comment the following line if working on Mac OS X < 10.11 "El Capitan"
QMAKE_MAC_SDK = macosx10.11
QMAKE_MAC_SDK = macosx10.12
# Additional import path used to resolve QML modules in Qt Creator's code model
QML_IMPORT_PATH = [ ".", "./plugin" ]
......
......@@ -37,7 +37,7 @@ ApplicationWindow {
// Global variables
// USE x.y.z (single digits) and nothing else
property string version: "1.1.0"
property string version: "1.2.0"
property string updateVersion: ""
//property string versionCheckServer: "https://ismara.unibas.ch/ISMARA/client/installers/"
property string versionCheckServer: "http://ismara.unibas.ch/fcgi/client_version_check"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment