Skip to content

Commit

Permalink
Version 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
dorkster committed Dec 10, 2022
1 parent 92d7a08 commit 4f2ae54
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Project (Flare-Game LANGUAGES NONE)
cmake_minimum_required (VERSION 2.8.12)

Set (PACKAGE "FLARE-GAME")
Set (VERSION "1.13.04")
Set (VERSION "1.14")

set(BINDIR "games" CACHE STRING "Directory from CMAKE_INSTALL_PREFIX where game executable will be installed.")
set(DATADIR "share/games/flare" CACHE STRING "Directory from CMAKE_INSTALL_PREFIX where game data files will be installed.")
Expand Down
2 changes: 1 addition & 1 deletion distribution/org.flarerpg.Flare.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</description>
<url type="homepage">http://flarerpg.org/</url>
<releases>
<release date="2022-02-09" version="1.13.04" />
<release date="2022-12-10" version="1.14" />
</releases>
<screenshots>
<screenshot type="default">
Expand Down
4 changes: 2 additions & 2 deletions mods/empyrean_campaign/settings.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description=The new Flare 1.0 campaign
requires=fantasycore:1.13.01
requires=fantasycore:1.14
game=flare-game
version=1.13.05
version=1.14
engine_version_min=1.13.12
2 changes: 1 addition & 1 deletion mods/fantasycore/settings.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
description=Isometric generic fantasy assets.
game=flare-game
version=1.13.02
version=1.14
engine_version_min=1.13.01

0 comments on commit 4f2ae54

Please sign in to comment.