We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dd510e commit a8cbf09Copy full SHA for a8cbf09
cppwamp/include/cppwamp/version.hpp
@@ -26,7 +26,7 @@
26
#define CPPWAMP_PATCH_VERSION 0
27
28
/// Integer version number, computed as `(major*10000) + (minor*100) + patch`
29
-#define CPPWAMP_VERSION 701
+#define CPPWAMP_VERSION 800
30
31
namespace wamp
32
{
0 commit comments