Skip to content

Commit

Permalink
bump version to 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Jan 24, 2021
1 parent e4e966c commit bd48f54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion simde-common.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@

#define SIMDE_VERSION_MAJOR 0
#define SIMDE_VERSION_MINOR 7
#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

#include <stddef.h>
#include <stdint.h>
Expand Down

0 comments on commit bd48f54

Please sign in to comment.