Skip to content

Commit

Permalink
updated for 1.3.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkite committed Dec 13, 2016
1 parent 67bc663 commit 9a7de08
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
terrafirma (3.0.18) vivid; urgency=medium

* Updated for 1.3.4.4

-- Sean <[email protected]> Sun, 11 Dec 2016 19:55:15 -0700

terrafirma (3.0.17) vivid; urgency=medium

* Prepped for deb release
Expand Down
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ int main(int argc, char *argv[]) {
app.installTranslator(&translator);

app.setApplicationName("Terrafirma");
app.setApplicationVersion("3.0.17");
app.setApplicationVersion("3.0.18");
app.setOrganizationName("seancode");

MainWindow w;
Expand Down
2 changes: 1 addition & 1 deletion terrafirma.wxs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!-- Increase product version each release.. and that's the only change -->
<?define ProductVersion="3.0.17.0"?>
<?define ProductVersion="3.0.18.0"?>
<?define ProductUpgradeCode="77851f13-31d3-473a-8654-5b6325fc53ab"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" Name="Terrafirma" Language="1033" Version="$(var.ProductVersion)" Manufacturer="Sean Kasun" UpgradeCode="$(var.ProductUpgradeCode)">
Expand Down
2 changes: 1 addition & 1 deletion world.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Tile {

class World : public QObject, public QRunnable {
static const int MinimumVersion = 88;
static const int HighestVersion = 187;
static const int HighestVersion = 188;

Q_OBJECT

Expand Down

0 comments on commit 9a7de08

Please sign in to comment.