Skip to content

Commit

Permalink
Bump version to 2.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ptheywood committed Nov 22, 2024
1 parent 5157fe0 commit ba053cd
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.2";
static constexpr char VERSION_PRERELEASE[] = "rc.3";

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

0 comments on commit ba053cd

Please sign in to comment.