We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5808cf commit 028ce68Copy full SHA for 028ce68
CMakeLists.txt
@@ -38,7 +38,7 @@ cmake_minimum_required (VERSION 3.12)
38
include_guard()
39
40
project(CppWAMP
41
- VERSION 0.9.0
+ VERSION 0.9.1
42
LANGUAGES CXX)
43
44
include(ProcessorCount)
cppwamp/include/cppwamp/version.hpp
@@ -23,7 +23,7 @@
23
#define CPPWAMP_MINOR_VERSION 9
24
25
/// Patch version for backwards-compatible bug fixes.
26
-#define CPPWAMP_PATCH_VERSION 0
+#define CPPWAMP_PATCH_VERSION 1
27
28
/// Integer version number, computed as `(major*10000) + (minor*100) + patch`
29
#define CPPWAMP_VERSION \
0 commit comments