We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3caccd commit cc38e62Copy full SHA for cc38e62
source/modules/soul_core/soul_core.h
@@ -80,7 +80,7 @@
80
//==============================================================================
81
namespace soul
82
{
83
- static inline constexpr Version getLibraryVersion() { return { 0, 8, 0 }; }
+ static inline constexpr Version getLibraryVersion() { return { 0, 9, 0 }; }
84
static inline constexpr int64_t getHEARTFormatVersion() { return 1; }
85
static inline constexpr const char* getHEARTFormatVersionPrefix() { return "SOUL"; }
86
0 commit comments