Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelpowell authored Dec 13, 2024
1 parent da51a66 commit 160943c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/toastdef.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
#define TOASTMM_VER_MAJOR 0
#define TOASTMM_VER_MINOR 9
#define TOASTMM_VER_PATCH 1
#define TOASTMM_VER_SUFFIX "-dev"
#define TOASTMM_VER_STRING "0.9.1-dev"
#define TOASTMM_VER_SUFFIX ""
#define TOASTMM_VER_STRING "0.9.1"

// All platforms appreciated explicit instantiation
//
Expand Down Expand Up @@ -78,4 +78,4 @@
#define TET10IP_STORE_COORDS
#define TRI10_STORE_COORDS

#endif // !__TOASTDEF_H
#endif // !__TOASTDEF_H

0 comments on commit 160943c

Please sign in to comment.