Skip to content

Commit

Permalink
Version adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
gerstrong committed Oct 20, 2023
1 parent 1645a70 commit 51888aa
Show file tree
Hide file tree
Showing 3 changed files with 7 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.9")
set(CG_VERSION "3.5.0")

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
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v3.5.0:
-------
- Switch builds work again.

v3.4.0:
-------
- New Resolution system. You can configure a relative resolution for the launcher but also for every game.
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.9-Release"
#define CGVERSIONCODE 349000
#define CGVERSION "3.5.0-Release"
#define CGVERSIONCODE 350000

#endif

0 comments on commit 51888aa

Please sign in to comment.