Skip to content

Commit

Permalink
prepare to release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Apr 30, 2024
1 parent 902f85e commit 71fd833
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion simde/simde-common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 71fd833

Please sign in to comment.