Skip to content

Commit a8cbf09

Browse files
committed
Don't forget integer version macro
1 parent 2dd510e commit a8cbf09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cppwamp/include/cppwamp/version.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#define CPPWAMP_PATCH_VERSION 0
2727

2828
/// Integer version number, computed as `(major*10000) + (minor*100) + patch`
29-
#define CPPWAMP_VERSION 701
29+
#define CPPWAMP_VERSION 800
3030

3131
namespace wamp
3232
{

0 commit comments

Comments
 (0)