Skip to content

Commit

Permalink
bump version to 0.7.0 (#679)
Browse files Browse the repository at this point in the history
Oops, forgot this for the 0.6.0 release!
  • Loading branch information
mr-c authored Dec 26, 2020
1 parent 114171c commit 8cd136a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simde-common.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include "hedley.h"

#define SIMDE_VERSION_MAJOR 0
#define SIMDE_VERSION_MINOR 5
#define SIMDE_VERSION_MINOR 7
#define SIMDE_VERSION_MICRO 0
#define SIMDE_VERSION HEDLEY_VERSION_ENCODE(SIMDE_VERSION_MAJOR, SIMDE_VERSION_MINOR, SIMDE_VERSION_MICRO)

Expand Down

0 comments on commit 8cd136a

Please sign in to comment.