Skip to content

Commit

Permalink
ifrpgmvp ver 1.0.0 リリース
Browse files Browse the repository at this point in the history
  • Loading branch information
Tan90909090 committed Sep 5, 2019
1 parent 3f3decd commit 80e29c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ifrpgmvp/spi_apis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ SPI_API(std::int32_t) GetPluginInfo(std::int32_t infono, LPSTR buf, std::int32_t
using namespace std::literals::string_view_literals;
constexpr static std::array infos = {
"00IN"sv,
"RPGMVP to " BPP " DIB filter ver 0.1.0 (compiled with libpng ver " PNG_LIBPNG_VER_STRING ")"sv,
"RPGMVP to " BPP " DIB filter ver 1.0.0 (compiled with libpng ver " PNG_LIBPNG_VER_STRING ")"sv,
"*.rpgmvp"sv,
"RPGMVP"sv,
};
Expand Down

0 comments on commit 80e29c2

Please sign in to comment.