[GH-ISSUE #646] Version string parsing is outdated #59

Closed
opened 2026-02-15 15:54:50 -05:00 by yindo · 0 comments
Owner

Originally created by @Megamouse on GitHub (Sep 21, 2020).
Original GitHub issue: https://github.com/RPCS3/discord-bot/issues/646

version string was replaced:
from
sys_log.notice("Version: %s / %s", GetAppVersion(), version_disc);
to
sys_log.notice("Version: APP_VER=%s VERSION=%s", version_app, version_disc);

Originally created by @Megamouse on GitHub (Sep 21, 2020). Original GitHub issue: https://github.com/RPCS3/discord-bot/issues/646 version string was replaced: from `sys_log.notice("Version: %s / %s", GetAppVersion(), version_disc);` to `sys_log.notice("Version: APP_VER=%s VERSION=%s", version_app, version_disc);`
yindo added the log analyzer label 2026-02-15 15:54:50 -05:00
yindo closed this issue 2026-02-15 15:54:50 -05:00
yindo changed title from Version string parsing is outdated to [GH-ISSUE #646] Version string parsing is outdated 2026-06-05 15:25:06 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/discord-bot#59