Skip to content

Commit

Permalink
Bump version number to 2.0.0-rc.2 for correct version comparisons dur…
Browse files Browse the repository at this point in the history
…ing development of 2.0.0-rc.2
  • Loading branch information
ptheywood committed Jan 15, 2024
1 parent ce1da8f commit 25a3716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/flamegpu/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ static constexpr unsigned int VERSION_PATCH = flamegpu::VERSION % 1000;
* Namespaced FLAME GPU version Prerelease component
* A set of . separated pre-release components as a string, following the semver rules for comparison.
*/
static constexpr char VERSION_PRERELEASE[] = "rc.1";
static constexpr char VERSION_PRERELEASE[] = "rc.2";

/**
* Namespaced FLAME GPU version build metadata component
Expand Down

0 comments on commit 25a3716

Please sign in to comment.