We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6929236 commit 2dcb419Copy full SHA for 2dcb419
Library/Sources/CTRPluginFrameworkImpl/Menu/PluginMenuTools.cpp
@@ -647,8 +647,8 @@ namespace CTRPluginFramework {
647
static Clock clock;
648
static bool timesup = true;
649
650
- static const char version[] = "Version: 1.0.1";
651
- static const char compiled[] = "Compiled: December 25, 2022";
+ static const char version[] = "Version: 1.0.2";
+ static const char compiled[] = "Compiled: March 17, 2023";
652
const char *info[3] = {SystemModel().c_str(), InternetAccess().c_str(), CurrentTime().c_str()};
653
654
{
Library/lib/libctrpf.a
314 Bytes
0 commit comments