Skip to content

Commit

Permalink
15.1 no longer beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Mercury13 committed Sep 12, 2023
1 parent d6f93a6 commit d7c0c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Unicodia/Uc/UcData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ constinit const uc::Version uc::versionInfo[] {
{ {}, { 2020, Month::SEP }, NO_FLAGS, u8"13.1" },
{ u8"14.0", { 2021, Month::SEP }, NO_FLAGS },
{ u8"15.0", { 2022, Month::SEP }, NO_FLAGS },
{ u8"15.1", { 2023, Month::SEP }, Vfg::TEXT | Vfg::BETA },
{ u8"15.1", { 2023, Month::SEP }, Vfg::TEXT },
};
static_assert (std::size(uc::versionInfo) == static_cast<int>(uc::EcVersion::NN));
Buf1d<const uc::Version> uc::allVersions() { return versionInfo; }
Expand Down

0 comments on commit d7c0c7f

Please sign in to comment.