Skip to content

Commit 25a3716

Browse files
committed
Bump version number to 2.0.0-rc.2 for correct version comparisons during development of 2.0.0-rc.2
1 parent ce1da8f commit 25a3716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/flamegpu/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ static constexpr unsigned int VERSION_PATCH = flamegpu::VERSION % 1000;
3939
* Namespaced FLAME GPU version Prerelease component
4040
* A set of . separated pre-release components as a string, following the semver rules for comparison.
4141
*/
42-
static constexpr char VERSION_PRERELEASE[] = "rc.1";
42+
static constexpr char VERSION_PRERELEASE[] = "rc.2";
4343

4444
/**
4545
* Namespaced FLAME GPU version build metadata component

0 commit comments

Comments
 (0)