Skip to content

Commit

Permalink
Set minimum version to 2.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dchapyshev committed Jan 2, 2024
1 parent a50d555 commit 1e5bd4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/base/version.cc
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ const Version& Version::kCurrentFullVersion =
Version(ASPIA_VERSION_MAJOR, ASPIA_VERSION_MINOR, ASPIA_VERSION_PATCH, GIT_COMMIT_COUNT);
const Version& Version::kCurrentShortVersion =
Version(ASPIA_VERSION_MAJOR, ASPIA_VERSION_MINOR, ASPIA_VERSION_PATCH);
const Version& Version::kMinimumSupportedVersion = Version(2, 2, 1);
const Version& Version::kMinimumSupportedVersion = Version(2, 3, 0);
const Version& Version::kVersion_2_4_0 = Version(2, 4, 0);
const Version& Version::kVersion_2_6_0 = Version(2, 6, 0);
const Version& Version::kVersion_2_7_0 = Version(2, 7, 0);
Expand Down

0 comments on commit 1e5bd4d

Please sign in to comment.