Skip to content

Commit

Permalink
Changes to the version logic
Browse files Browse the repository at this point in the history
  • Loading branch information
cesaref committed Jul 14, 2020
1 parent a3caccd commit cc38e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/modules/soul_core/soul_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
//==============================================================================
namespace soul
{
static inline constexpr Version getLibraryVersion() { return { 0, 8, 0 }; }
static inline constexpr Version getLibraryVersion() { return { 0, 9, 0 }; }
static inline constexpr int64_t getHEARTFormatVersion() { return 1; }
static inline constexpr const char* getHEARTFormatVersionPrefix() { return "SOUL"; }

Expand Down

0 comments on commit cc38e62

Please sign in to comment.