Skip to content

Commit

Permalink
start next development cycle: v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Mar 14, 2024
1 parent 589c7d5 commit 7065926
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.0')
version: '0.8.1')
# 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 @@ -32,7 +32,7 @@

#define SIMDE_VERSION_MAJOR 0
#define SIMDE_VERSION_MINOR 8
#define SIMDE_VERSION_MICRO 0
#define SIMDE_VERSION_MICRO 1
#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 7065926

Please sign in to comment.