Skip to content

Commit

Permalink
Bump version and flatpak meta updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gerstrong committed Jul 30, 2023
1 parent 010947b commit 5753636
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ endif()

# Since shell script get_version is not processed properly on windows, we have to define manually here.
# TODO: Better system for defining the version
set(CG_VERSION "3.4.8")
set(CG_VERSION "3.4.9")

MESSAGE(STATUS "Preparing the Build-System for Commander Genius" )
execute_process(COMMAND bash ${CMAKE_CURRENT_SOURCE_DIR}/get_version.sh OUTPUT_VARIABLE CG_VERSION)
Expand Down
6 changes: 6 additions & 0 deletions share/metainfo/io.sourceforge.clonekeenplus.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@
</categories>

<releases>
<release version="3.4.9" date="2022-06-25">
<description>
<p>More Keen versions supported</p>
<p>Improved resolution system</p>
</description>
</release>
<release version="3.1.3" date="2022-06-25">
<description>
<p>Crash fixes</p>
Expand Down
4 changes: 2 additions & 2 deletions version.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef CG_VERSION_H
#define CG_VERSION_H

#define CGVERSION "3.4.8-Release"
#define CGVERSIONCODE 348000
#define CGVERSION "3.4.9-Release"
#define CGVERSIONCODE 349000

#endif

0 comments on commit 5753636

Please sign in to comment.