Skip to content

Commit

Permalink
バージョンを 2021.3 に上げる
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Apr 20, 2021
1 parent 53758de commit 8517c04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
namespace shiguredo::mp4 {

std::string get_version_string() {
return "2021.2";
return "2021.3";
}

} // namespace shiguredo::mp4
2 changes: 1 addition & 1 deletion test/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
BOOST_AUTO_TEST_SUITE(version)

BOOST_AUTO_TEST_CASE(version_string) {
BOOST_REQUIRE_EQUAL("2021.2", shiguredo::mp4::get_version_string());
BOOST_REQUIRE_EQUAL("2021.3", shiguredo::mp4::get_version_string());
}

BOOST_AUTO_TEST_SUITE_END()

0 comments on commit 8517c04

Please sign in to comment.