diff --git a/include/diy/version.hpp b/include/diy/version.hpp index 84f593b0d..2b6812353 100644 --- a/include/diy/version.hpp +++ b/include/diy/version.hpp @@ -3,6 +3,6 @@ #define DIY_VERSION_MAJOR 3 #define DIY_VERSION_MINOR 5 -#define DIY_VERSION_PATCH dev0 +#define DIY_VERSION_PATCH 0 #endif