Skip to content

Commit

Permalink
Increase version.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelmenges committed Aug 29, 2021
1 parent 54f97ef commit 3f033a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Browse/Client/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set(CEF_TARGET Client)
message(STATUS "*** CLIENT ***")

set(CLIENT_MAJOR_VERSION "1")
set(CLIENT_MINOR_VERSION "7")
set(CLIENT_MINOR_VERSION "8")
add_definitions(-DCLIENT_MAJOR_VERSION=${CLIENT_MAJOR_VERSION})
add_definitions(-DCLIENT_MINOR_VERSION=${CLIENT_MINOR_VERSION})
add_definitions(-DCLIENT_VERSION="${CLIENT_MAJOR_VERSION}.${CLIENT_MINOR_VERSION}")
Expand Down

0 comments on commit 3f033a5

Please sign in to comment.