Skip to content

Commit

Permalink
Merge branch 'release/0.9.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
leftytennis committed Oct 6, 2019
2 parents fc3a265 + b71e126 commit b26f39c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion InkjetPlumber.pro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

TEMPLATE = subdirs

CONFIG += ordered
CONFIG += ordered sdk_no_version_check

SUBDIRS = \
src
8 changes: 4 additions & 4 deletions src/InkjetPlumber.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
<key>CFBundleIdentifier</key>
<string>org.threeputt.Inkjet Plumber</string>
<key>CFBundleVersion</key>
<string>0.9.8</string>
<string>0.9.9</string>
<key>NOTE</key>
<string>This file was generated by Qt/QMake.</string>
<key>SUAutomaticallyUpdate</key>
<string>YES</string>
<key>SUAutomaticallyUpdate</key>
<string>YES</string>
<key>SUFeedURL</key>
<string>https://threeputt.org/InkjetPlumber/appcast.php</string>
<string>https://home.threeputt.org/InkjetPlumber/appcast.php</string>
<key>SUEnableAutomatedChecks</key>
<string>YES</string>
<key>SUAllowsAutomaticUpdates</key>
Expand Down
4 changes: 2 additions & 2 deletions src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -796,12 +796,12 @@ void MainWindow::setup_sparkle()
if (development_updates_)
{
interval = 1*3600;
url = "https://threeputt.org/InkjetPlumber/appcast.php?develop=true";
url = "https://home.threeputt.org/InkjetPlumber/appcast.php?develop=true";
}
else
{
interval = 24*3600;
url = "https://threeputt.org/InkjetPlumber/appcast.php?develop=false";
url = "https://home.threeputt.org/InkjetPlumber/appcast.php?develop=false";
}

if (updater_)
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
#ifndef VERSION_H
#define VERSION_H

#define INKJETPLUMBER_VERSION "0.9.8"
#define INKJETPLUMBER_VERSION "0.9.9"

#endif // VERSION_H

0 comments on commit b26f39c

Please sign in to comment.