Skip to content

Commit

Permalink
Release of v2.0.13
Browse files Browse the repository at this point in the history
Release of v2.0.13
  • Loading branch information
karuna2git committed Jul 11, 2024
1 parent 22a5e4c commit e07da2e
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.12)
project(rbus VERSION 2.0.13)
else ()
project(rbus)
set(PROJECT_VERSION "2.0.12")
set(PROJECT_VERSION "2.0.13")
endif (POLICY CMP0048)

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

0 comments on commit e07da2e

Please sign in to comment.