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 Aug 13, 2022
1 parent 6bc4aaa commit 5d005e5
Showing 1 changed file with 3 additions and 3 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.3.0" };
const wchar_t* g_thpracVersionWcs { L"2.1.3.0" };
const int g_thpracVersionInt[] { 2, 1, 3, 0 };
const char* g_thpracVersionStr { "2.1.3.1" };
const wchar_t* g_thpracVersionWcs { L"2.1.3.1" };
const int g_thpracVersionInt[] { 2, 1, 3, 1 };


const char* GetVersionStr()
Expand Down

0 comments on commit 5d005e5

Please sign in to comment.