Skip to content

Commit

Permalink
version changed to 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niXman committed Aug 21, 2021
1 parent 7cfb2db commit e70a6e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/yas/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
// YAS_VERSION % 100 is the bugfix level

#define YAS_VERSION_MAJOR 7
#define YAS_VERSION_MINOR 0
#define YAS_VERSION_BUGFIX 5
#define YAS_VERSION_MINOR 1
#define YAS_VERSION_BUGFIX 0

#define YAS_VERSION \
YAS_VERSION_MAJOR*100000 \
Expand Down

0 comments on commit e70a6e3

Please sign in to comment.