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 b1555e8 commit e08c0eeCopy full SHA for e08c0ee
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 1
+#define CPPWAMP_PATCH_VERSION 3
27
28
/// Integer version number, computed as `(major*10000) + (minor*100) + patch`
29
#define CPPWAMP_VERSION \
0 commit comments