diff --git a/meson.build b/meson.build index 508185692..ab5ca06be 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project('SIMDe', 'c', 'cpp', default_options: ['c_std=c99'], license: 'MIT', meson_version : '>=0.54.0', - version: '0.8.1') + version: '0.8.2') # also update SIMDE_VESION_* in simde/simde-common.h cc = meson.get_compiler('c') diff --git a/simde/simde-common.h b/simde/simde-common.h index da3f19f04..5a755cca8 100644 --- a/simde/simde-common.h +++ b/simde/simde-common.h @@ -33,7 +33,7 @@ #define SIMDE_VERSION_MAJOR 0 #define SIMDE_VERSION_MINOR 8 -#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