Skip to content

Commit

Permalink
prepped for 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkite committed Jun 5, 2020
1 parent ac962df commit f268865
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.1.1) bionic; urgency=medium

* Updated for 1.4.0.5

-- Sean Kasun <[email protected]> Thu, 4 Jun 2020 17:31:36 -0700

terrafirma (3.1.0) bionic; urgency=medium

* Updated for 1.4
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[]) {
QApplication::installTranslator(&translator);

QApplication::setApplicationName("Terrafirma");
QApplication::setApplicationVersion("3.1.0");
QApplication::setApplicationVersion("3.1.1");
QApplication::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.1.0.0"?>
<?define ProductVersion="3.1.1.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 = 228;
static const int HighestVersion = 230;


Q_OBJECT
Expand Down

0 comments on commit f268865

Please sign in to comment.