Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
32th-System committed Jul 26, 2022
1 parent bf66c41 commit 5694fcd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions thprac/src/thprac/thprac_version.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#include "thprac_version.h"

namespace THPrac {
const char* g_thpracVersionStr { "2.1.2.0" };
const wchar_t* g_thpracVersionWcs { L"2.1.2.0" };
const int g_thpracVersionInt[] { 2, 1, 2, 0 };
const char* g_thpracVersionStr { "2.1.3.0" };
const wchar_t* g_thpracVersionWcs { L"2.1.3.0" };
const int g_thpracVersionInt[] { 2, 1, 3, 0 };


const char* GetVersionStr()
Expand Down
2 changes: 1 addition & 1 deletion thprac/src/thprac/thprac_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
namespace THPrac {
const char* GetVersionStr();
const wchar_t* GetVersionWcs();
const int* GetVersionInt();
const int* GetVersionInt();
}

0 comments on commit 5694fcd

Please sign in to comment.