We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d2014b commit d5db5e8Copy full SHA for d5db5e8
CMakeLists.txt
@@ -21,7 +21,7 @@ if(CCACHE_PROGRAM)
21
set_property(GLOBAL PROPERTY RULE_LAUNCH_LINK "${CCACHE_PROGRAM}")
22
endif()
23
24
-project(opencensus-cpp VERSION 0.3.0 LANGUAGES CXX)
+project(opencensus-cpp VERSION 0.4.0 LANGUAGES CXX)
25
26
set(CMAKE_CXX_STANDARD 11)
27
set(CMAKE_CXX_STANDARD_REQUIRED ON)
opencensus/common/version.h
@@ -17,6 +17,6 @@
17
18
// The current version of the opencensus core library. Macro to allow literal
19
// string concatenation in constexpr statements.
20
-#define OPENCENSUS_VERSION "0.3.0-dev"
+#define OPENCENSUS_VERSION "0.4.0-dev"
#endif // OPENCENSUS_COMMON_VERSION_H_
0 commit comments