We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88bc415 commit 9d14427Copy full SHA for 9d14427
common/THRotator.cpp
@@ -50,7 +50,7 @@ typedef IDirect3DSwapChain9 Direct3DSwapChainBase;
50
51
#pragma comment(lib,"comctl32.lib")
52
53
-static LPCTSTR THROTATOR_VERSION_STRING = "1.2.0";
+static LPCTSTR THROTATOR_VERSION_STRING = "1.2.2";
54
55
using Microsoft::WRL::ComPtr;
56
doc/html_files/main.html
@@ -241,6 +241,13 @@ <h1><a name="_additional_notes">注意事項</a></h1>
241
</ul>
242
</p>
243
<h1><a name="_release_notes">リリースノート</a></h1>
244
+ <h2>2017/5/28 Ver. 1.2.2</h2>
245
+ <h3>バグ修正</h3>
246
+ <p>
247
+ <ul>
248
+ <li>バージョンが更新されていないのを修正しました。</li>
249
+ </ul>
250
+ </p>
251
<h2>2017/5/28 Ver. 1.2.1</h2>
252
<h3>バグ修正</h3>
253
<p>
0 commit comments