Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gerstrong committed Jul 29, 2023
1 parent 543c72e commit 3dc6724
Show file tree
Hide file tree
Showing 2 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 @@ -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.2")
set(CG_VERSION "3.4.6")

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: 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.2-Release"
#define CGVERSIONCODE 342000
#define CGVERSION "3.4.6-Release"
#define CGVERSIONCODE 346000

#endif

0 comments on commit 3dc6724

Please sign in to comment.