Skip to content

Commit 71fd833

Browse files
committed
prepare to release 0.8.0
1 parent 902f85e commit 71fd833

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ project('SIMDe', 'c', 'cpp',
22
default_options: ['c_std=c99'],
33
license: 'MIT',
44
meson_version : '>=0.54.0',
5-
version: '0.8.1')
5+
version: '0.8.2')
66
# also update SIMDE_VESION_* in simde/simde-common.h
77

88
cc = meson.get_compiler('c')

simde/simde-common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
#define SIMDE_VERSION_MAJOR 0
3535
#define SIMDE_VERSION_MINOR 8
36-
#define SIMDE_VERSION_MICRO 1
36+
#define SIMDE_VERSION_MICRO 2
3737
#define SIMDE_VERSION HEDLEY_VERSION_ENCODE(SIMDE_VERSION_MAJOR, SIMDE_VERSION_MINOR, SIMDE_VERSION_MICRO)
3838
// Also update meson.build in the root directory of the repository
3939

0 commit comments

Comments
 (0)