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 ce1da8f commit 25a3716Copy full SHA for 25a3716
include/flamegpu/version.h
@@ -39,7 +39,7 @@ static constexpr unsigned int VERSION_PATCH = flamegpu::VERSION % 1000;
39
* Namespaced FLAME GPU version Prerelease component
40
* A set of . separated pre-release components as a string, following the semver rules for comparison.
41
*/
42
-static constexpr char VERSION_PRERELEASE[] = "rc.1";
+static constexpr char VERSION_PRERELEASE[] = "rc.2";
43
44
/**
45
* Namespaced FLAME GPU version build metadata component
0 commit comments