Skip to content

Commit

Permalink
prepare to release 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Feb 2, 2023
1 parent e7c70a2 commit 9609eb2
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.7.3')
version: '0.7.4')
# 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 @@ -31,7 +31,7 @@

#define SIMDE_VERSION_MAJOR 0
#define SIMDE_VERSION_MINOR 7
#define SIMDE_VERSION_MICRO 3
#define SIMDE_VERSION_MICRO 4
#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 9609eb2

Please sign in to comment.