Skip to content

Commit

Permalink
Increment version.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelmenges committed Aug 29, 2021
1 parent 9a587ff commit 54e1bf1
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 "8")
set(CLIENT_MINOR_VERSION "9")
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 54e1bf1

Please sign in to comment.