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 Nov 20, 2023
1 parent f73d72e commit e96949e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions simde-common.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
#include "hedley.h"

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

Please sign in to comment.