Skip to content

Commit

Permalink
Don't forget integer version macro
Browse files Browse the repository at this point in the history
  • Loading branch information
ecorm committed Jun 14, 2022
1 parent 2dd510e commit a8cbf09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cppwamp/include/cppwamp/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#define CPPWAMP_PATCH_VERSION 0

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

namespace wamp
{
Expand Down

0 comments on commit a8cbf09

Please sign in to comment.