Skip to content

Commit

Permalink
・aboutダイアログのバージョン表記を更新
Browse files Browse the repository at this point in the history
  • Loading branch information
amate committed Aug 31, 2021
1 parent 673b4e0 commit 2d89eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UmaCruise/AboutDlg.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class PreviewWindow;
#define DEBUG_STRING
#endif

constexpr LPCWSTR kAppVersion = L"v1.13" DEBUG_STRING;
constexpr LPCWSTR kAppVersion = L"v1.14" DEBUG_STRING;

class CAboutDlg : public CDialogImpl<CAboutDlg>, DarkModeUI<CAboutDlg>
{
Expand Down

0 comments on commit 2d89eb3

Please sign in to comment.