Skip to content

Commit

Permalink
Re-updating versioning (and fixing dnhViewer's double spacing on the …
Browse files Browse the repository at this point in the history
…title)
  • Loading branch information
gmestanley committed Feb 2, 2023
1 parent a91b486 commit 1fd9bf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/TouhouDanmakufu/Common/DnhConstant.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ using namespace directx;

const int STANDARD_FPS = 60;

const std::wstring DNH_VERSION = L" 0.7";
const std::wstring DNH_VERSION = L" 0.6.1";

#endif
2 changes: 1 addition & 1 deletion source/TouhouDanmakufu/DnhViewer/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ bool MainWindow::Initialize()
wcex.hIconSm = NULL;
::RegisterClassEx(&wcex);

std::wstring appName = L"DnhViewer DNH-V ";
std::wstring appName = L"DnhViewer DNH-V";
appName += DNH_VERSION;
hWnd_ = ::CreateWindow(wcex.lpszClassName,
appName.c_str(),
Expand Down

0 comments on commit 1fd9bf3

Please sign in to comment.