Skip to content

Commit

Permalink
Version 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
dorkster committed Jan 31, 2022
1 parent 3d5dcc0 commit 77c4eff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.12")
Set (VERSION "1.13")

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
6 changes: 3 additions & 3 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.06.03:0
requires=fantasycore:1.13
game=flare-game
version=1.12.12
engine_version_min=1.12.94
version=1.13
engine_version_min=1.13
4 changes: 2 additions & 2 deletions 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.12.04
engine_version_min=1.12.76
version=1.13
engine_version_min=1.13

0 comments on commit 77c4eff

Please sign in to comment.