Skip to content

Commit

Permalink
updated for 1.4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkite committed Apr 23, 2021
1 parent 06e7344 commit 25d509e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Terrafirma.pro
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
QT += core gui

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets opengl openglwidgets
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
greaterThan(QT_MAJOR_VERSION, 5): QT += opengl openglwidgets

TARGET = terrafirma
TEMPLATE = app
Expand Down
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.5) bionic; urgency=medium

* Updated for 1.4.2.2

-- Sean Kasun <[email protected]> Fri, 23 Apr 2021 09:42:02 -0700

terrafirma (3.1.4) bionic; urgency=medium

* Updated for 1.4.2
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.4");
QApplication::setApplicationVersion("3.1.5");
QApplication::setOrganizationName("seancode");

MainWindow w;
Expand Down
4 changes: 2 additions & 2 deletions packages/com.seancode.terrafirma/meta/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<Package>
<DisplayName>Terrafirma</DisplayName>
<Description>Terraria mapping software</Description>
<Version>3.1.4</Version>
<ReleaseDate>2021-04-04</ReleaseDate>
<Version>3.1.5</Version>
<ReleaseDate>2021-04-23</ReleaseDate>
<Default>true</Default>
<Required>true</Required>
<Script>installscript.qs</Script>
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 = 236;
static const int HighestVersion = 237;


Q_OBJECT
Expand Down

0 comments on commit 25d509e

Please sign in to comment.