Skip to content
This repository has been archived by the owner on Mar 1, 2021. It is now read-only.

Commit

Permalink
Bump version to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzun committed Sep 8, 2018
1 parent f58dcfb commit c2e82bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Flappy-Bird-Qt.pro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = Flappy-Bird-Qt
TEMPLATE = app

VERSION = 1.0.0
VERSION = 1.5.0

DEFINES += QT_DEPRECATED_WARNINGS

Expand Down Expand Up @@ -51,7 +51,6 @@ RESOURCES += \
assets/Resource.qrc

# strobe-api :

HEADERS += \
source/strobe-api/strobe/strobe-api.h \
source/strobe-api/strobe/strobe-core.h
3 changes: 2 additions & 1 deletion source/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ SOFTWARE.
#define FALSE 0

#define GAME_NAME "Flappy Bird Qt"
#define GAME_VERSION "1.0"
#define GAME_VERSION "1.5"
#define GAME_DEFAULT_SCREENWIDTH 480
#define GAME_DEFAULT_SCREENHEIGHT 800
#define GAME_DEFAULT_SCALEFACTOR 1.6
Expand Down Expand Up @@ -89,6 +89,7 @@ SOFTWARE.
#define CONFIG_SMOOTHPIXMAPTRANSFORM "SmoothPixmapTransform"
#define CONFIG_HQANTIALIASING "HighQualityAntiAliasing"
#define CONFIG_VIEWPORTUPDATE "ViewportUpdateMode"

#define CONFIG_PHYSICS "Physics"
#define CONFIG_PHYSICS_COMPLEXANALYSIS "ComplexAnalyse"
#define CONFIG_PHYSICS_TICKRATE "TickRate"
Expand Down

0 comments on commit c2e82bb

Please sign in to comment.