Skip to content

Commit d5db5e8

Browse files
authored
Start 0.4.0 development cycle. (census-instrumentation#271)
1 parent 9d2014b commit d5db5e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.3.0 LANGUAGES CXX)
24+
project(opencensus-cpp VERSION 0.4.0 LANGUAGES CXX)
2525

2626
set(CMAKE_CXX_STANDARD 11)
2727
set(CMAKE_CXX_STANDARD_REQUIRED ON)

opencensus/common/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717

1818
// The current version of the opencensus core library. Macro to allow literal
1919
// string concatenation in constexpr statements.
20-
#define OPENCENSUS_VERSION "0.3.0-dev"
20+
#define OPENCENSUS_VERSION "0.4.0-dev"
2121

2222
#endif // OPENCENSUS_COMMON_VERSION_H_

0 commit comments

Comments
 (0)