Skip to content

Commit

Permalink
updated for 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkite committed Nov 15, 2020
1 parent 3d4e282 commit 38cf36a
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 6 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.2) bionic; urgency=medium

* Updated for 1.4.1

-- Sean Kasun <[email protected]> Sat, 14 Nov 2020 19:01:07 -0700

terrafirma (3.1.1) bionic; urgency=medium

* Updated for 1.4.0.5
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.1");
QApplication::setApplicationVersion("3.1.2");
QApplication::setOrganizationName("seancode");

MainWindow w;
Expand Down
2 changes: 1 addition & 1 deletion res/items.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion res/npcs.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion res/tiles.json

Large diffs are not rendered by default.

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.1.0"?>
<?define ProductVersion="3.1.2.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 = 233;
static const int HighestVersion = 234;


Q_OBJECT
Expand Down

0 comments on commit 38cf36a

Please sign in to comment.