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 Jan 29, 2024
1 parent c49a23e commit 2b11d04
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.2.1.4" };
const wchar_t* g_thpracVersionWcs { L"2.2.1.4" };
const int g_thpracVersionInt[] { 2, 2, 1, 4 };
const char* g_thpracVersionStr { "2.2.1.7" };
const wchar_t* g_thpracVersionWcs { L"2.2.1.7" };
const int g_thpracVersionInt[] { 2, 2, 1, 7 };


const char* GetVersionStr()
Expand Down

0 comments on commit 2b11d04

Please sign in to comment.