Skip to content

Commit 9d14427

Browse files
committed
Update version to 1.2.2
1 parent 88bc415 commit 9d14427

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

common/THRotator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ typedef IDirect3DSwapChain9 Direct3DSwapChainBase;
5050

5151
#pragma comment(lib,"comctl32.lib")
5252

53-
static LPCTSTR THROTATOR_VERSION_STRING = "1.2.0";
53+
static LPCTSTR THROTATOR_VERSION_STRING = "1.2.2";
5454

5555
using Microsoft::WRL::ComPtr;
5656

doc/html_files/main.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,13 @@ <h1><a name="_additional_notes">注意事項</a></h1>
241241
</ul>
242242
</p>
243243
<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>
244251
<h2>2017/5/28 Ver. 1.2.1</h2>
245252
<h3>バグ修正</h3>
246253
<p>

0 commit comments

Comments
 (0)