Skip to content

Commit

Permalink
Bump version to 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dorkster committed Aug 1, 2021
1 parent 855b0ba commit f1cca19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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)
cmake_minimum_required (VERSION 2.6)

Set (PACKAGE "FLARE-GAME")
Set (VERSION "1.11")
Set (VERSION "1.12")

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 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.06.03:0
game=flare-game
version=1.11.24
version=1.12
engine_version_min=1.11.94
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.11.07
version=1.12
engine_version_min=1.11.51

0 comments on commit f1cca19

Please sign in to comment.