Skip to content

Commit

Permalink
Merge branch 'release/2023.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
haruyama committed Sep 6, 2023
2 parents ba39c83 + c9cda79 commit 4346a21
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@

## develop

## 2023.2.1

- [FIX] Version 上げ忘れを修正
- @haruyama

## 2023.2.0

- [UPDATE] 依存ライブラリの更新
Expand Down
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 "2023.1.1";
return "2023.2.1";
}

} // 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("2023.1.1", shiguredo::mp4::get_version_string());
BOOST_REQUIRE_EQUAL("2023.2.1", shiguredo::mp4::get_version_string());
}

BOOST_AUTO_TEST_SUITE_END()

0 comments on commit 4346a21

Please sign in to comment.