Skip to content

Commit

Permalink
Change: Version up to v2.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
snowberryfield committed Apr 30, 2024
1 parent a187e0d commit 8188392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion printemps/constant/constant.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ static constexpr auto INT_HALF_MIN = std::numeric_limits<int>::min() / 2 + 1;
static constexpr auto INT_HALF_MAX = (std::numeric_limits<int>::max() - 1) / 2;
static constexpr auto LARGE_VALUE_50 = 1E50;
static constexpr auto LARGE_VALUE_100 = 1E100;
static const std::string VERSION = "v2.2.1";
static const std::string VERSION = "v2.3.0";
static const std::string PROJECT_URL =
"https://snowberryfield.github.io/printemps/";

Expand Down

0 comments on commit 8188392

Please sign in to comment.