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 0c64dea commit 5a993e5Copy full SHA for 5a993e5
CMakeLists.txt
@@ -42,7 +42,7 @@ cmake_minimum_required (VERSION 3.12)
42
include_guard()
43
44
project(CppWAMP
45
- VERSION 0.7.0
+ VERSION 0.7.1
46
LANGUAGES CXX)
47
48
include(ProcessorCount)
cppwamp/include/cppwamp/version.hpp
@@ -23,10 +23,10 @@
23
#define CPPWAMP_MINOR_VERSION 7
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 700
+#define CPPWAMP_VERSION 701
30
31
namespace wamp
32
{
0 commit comments