Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kambala-decapitator committed Dec 25, 2018
1 parent 7145e99 commit 786719c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MedianXLOfflineTools.pro
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ else: DUPE_CHECK = 1
# app version
NVER1 = 0
NVER2 = 4
NVER3 = 5
NVER3 = 6
NVER4 = 0

greaterThan(NVER4, 0): NVER_STRING_LAST = $$sprintf("%1.%2", $$NVER3, $$NVER4)
Expand Down
2 changes: 2 additions & 0 deletions medianxlofflinetools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ MedianXLOfflineTools::MedianXLOfflineTools(const QString &cmdPath, LaunchMode la
#endif

#ifndef DUPE_CHECK
Q_UNUSED(launchMode);

bool didModVersionChange = SkillplanDialog::didModVersionChange(); // must be called before the following conditions because it should load planner/readable versions
if (!cmdPath.isEmpty())
loadFile(cmdPath);
Expand Down

0 comments on commit 786719c

Please sign in to comment.