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 8255e36 commit 92540daCopy full SHA for 92540da
cppwamp/include/cppwamp/version.hpp
@@ -20,7 +20,7 @@
20
#define CPPWAMP_MINOR_VERSION 5
21
22
/// Patch version for backwards-compatible bug fixes.
23
-#define CPPWAMP_PATCH_VERSION 1
+#define CPPWAMP_PATCH_VERSION 2
24
25
/// Integer version number, computed as `(major*10000) + (minor*100) + patch`
26
#define CPPWAMP_VERSION 500
0 commit comments