Skip to content

Commit

Permalink
Version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cubitect committed Apr 29, 2021
1 parent 000293a commit a6a2891
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions aboutdialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#include <QDialog>

#define VERS_MAJOR 1
#define VERS_MINOR 4
#define VERS_PATCH 1
#define VERS_MINOR 5
#define VERS_PATCH 0

// returns +1 if newer, -1 if older and 0 if equal
inline int cmpVers(int major, int minor, int patch)
Expand Down
2 changes: 1 addition & 1 deletion cubiomes-viewer.pro
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ win32: {
}

QMAKE_CFLAGS = -fwrapv
QMAKE_CXXFLAGS = $$QMAKE_CFLAGS
QMAKE_CXXFLAGS = $$QMAKE_CFLAGS -std=gnu++11
QMAKE_CXXFLAGS_RELEASE *= -O3

TARGET = cubiomes-viewer
Expand Down

0 comments on commit a6a2891

Please sign in to comment.