Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit 1efb2dc

Browse files
authored
Bump CMake version to 0.5.0 also. (#360)
This should have been done in #356.
1 parent 2c44536 commit 1efb2dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if(CCACHE_PROGRAM)
2121
set_property(GLOBAL PROPERTY RULE_LAUNCH_LINK "${CCACHE_PROGRAM}")
2222
endif()
2323

24-
project(opencensus-cpp VERSION 0.4.0 LANGUAGES CXX)
24+
project(opencensus-cpp VERSION 0.5.0 LANGUAGES CXX)
2525

2626
option(FUZZER "Either OFF or e.g. -fsanitize=fuzzer,address" OFF)
2727

0 commit comments

Comments
 (0)