diff --git a/simde-common.h b/simde-common.h index d8f3973a..9d1cc183 100644 --- a/simde-common.h +++ b/simde-common.h @@ -31,8 +31,9 @@ #define SIMDE_VERSION_MAJOR 0 #define SIMDE_VERSION_MINOR 7 -#define SIMDE_VERSION_MICRO 1 +#define SIMDE_VERSION_MICRO 2 #define SIMDE_VERSION HEDLEY_VERSION_ENCODE(SIMDE_VERSION_MAJOR, SIMDE_VERSION_MINOR, SIMDE_VERSION_MICRO) +// Also update meson.build in the root directory of the repository #include #include