Skip to content

Commit

Permalink
Release of v2.0.11
Browse files Browse the repository at this point in the history
Release of v2.0.11
  • Loading branch information
karuna2git committed Jan 12, 2024
1 parent dd0e7f5 commit e83e6a7
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 @@ -22,10 +22,10 @@ cmake_minimum_required (VERSION 2.8.12)

if (POLICY CMP0048)
cmake_policy(SET CMP0048 NEW)
project(rbus VERSION 2.0.10)
project(rbus VERSION 2.0.11)
else ()
project(rbus)
set(PROJECT_VERSION "2.0.10")
set(PROJECT_VERSION "2.0.11")
endif (POLICY CMP0048)

list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/")
Expand Down

0 comments on commit e83e6a7

Please sign in to comment.