Skip to content

Commit

Permalink
update version to 2024.04.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Sajid Ali committed Apr 17, 2024
1 parent 1a85586 commit 9e76e07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ if(${CMAKE_VERSION} VERSION_GREATER "3.22.0")
endif()

# Syenrgia3 Version
set(SYNERGIA3_VERSION_YEAR 2023)
set(SYNERGIA3_VERSION_YEAR 2024)
set(SYNERGIA3_VERSION_MONTH 04)
set(SYNERGIA3_VERSION_DAY 12)
set(SYNERGIA3_VERSION_DAY 17)
if(DEFINED ENV{GITHUB_SHA})
set(SYNERGIA3_GIT_HASH_FULL $ENV{GITHUB_SHA})
string(SUBSTRING ${SYNERGIA3_GIT_HASH_FULL} 0 7 SYNERGIA3_GIT_HASH)
Expand Down

0 comments on commit 9e76e07

Please sign in to comment.