Skip to content

Commit

Permalink
updated for 1.4.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkite committed Mar 18, 2022
1 parent 2abd649 commit c911369
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/config.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Installer>
<Name>Terrafirma</Name>
<Version>3.1.8</Version>
<Version>3.1.9</Version>
<Title>Terrafirma Installer</Title>
<Publisher>Sean Kasun</Publisher>
<StartMenuDir>Terrafirma</StartMenuDir>
Expand Down
8 changes: 7 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
Terrafirma (3.1.9) focal; urgency=medium

* Updated for 1.4.3.6

-- Sean Kasun <[email protected]> Fri, 18 Mar 2022 15:06:45 -0700

terrafirma (3.1.8) focal; urgency=medium

* UPdated for 1.4.3.2

-- Sean Kasun <[email protected]> Thu, 25 Mov 2021 10:36:19 -0700
-- Sean Kasun <[email protected]> Thu, 25 Nov 2021 10:36:19 -0700

terrafirma (3.1.7) focal; urgency=medium

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.8");
QApplication::setApplicationVersion("3.1.9");
QApplication::setOrganizationName("seancode");

MainWindow w;
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 = 244;
static const int HighestVersion = 248;


Q_OBJECT
Expand Down

0 comments on commit c911369

Please sign in to comment.