Skip to content

Commit

Permalink
Release 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bvschaik committed Jun 1, 2020
1 parent 450ad6c commit c926f72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ endif()

set(PROJECT_VERSION_MAJOR 1)
set(PROJECT_VERSION_MINOR 4)
set(PROJECT_VERSION_PATCH 0)
set(IS_RELEASE_VERSION FALSE)
set(PROJECT_VERSION_PATCH 1)
set(IS_RELEASE_VERSION TRUE)

if(IS_RELEASE_VERSION)
set(PROJECT_VERSION_TWEAK 0)
Expand Down
3 changes: 2 additions & 1 deletion res/julius.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<summary>Julius is an open source re-implementation of Caesar III</summary>
<description>
<p>Julius is an open source re-implementation of Caesar III.</p>
<p>The aim of this project is to create an open-source version of Caesar 3, with the same logic as the original, but with some UI enhancements, that is able to be played on multiple platforms. The same logic means that the saved games are 100% compatible, and any gameplay bugs present in the original Caesar 3 game will also be present in Julius.</p>
<p>Julius is a fully working open-source version of Caesar 3, with the same logic as the original, but with some UI enhancements, that is able to be played on multiple platforms. The same logic means that the saved games are 100% compatible, and any gameplay bugs present in the original Caesar 3 game will also be present in Julius.</p>
<ul>UI enhancements include:
<li>Support for widescreen resolutions</li>
<li>Windowed mode support for 32-bit desktops</li>
Expand All @@ -22,6 +22,7 @@
</screenshot>
</screenshots>
<releases>
<release version="1.4.1" date="2020-06-01"/>
<release version="1.4.0" date="2020-05-10"/>
<release version="1.3.1" date="2020-02-24"/>
<release version="1.3.0" date="2020-02-14"/>
Expand Down

0 comments on commit c926f72

Please sign in to comment.