diff --git a/include/yas/version.hpp b/include/yas/version.hpp index b6637fd3..2a12077f 100644 --- a/include/yas/version.hpp +++ b/include/yas/version.hpp @@ -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 \