Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
Note that this is NOT the update that adds support for th19 v1.10c. That
will  come later. For now, I am simply pushing all the changes that I
have made since the last release into a new release
  • Loading branch information
32th-System committed Jul 18, 2024
1 parent f3b8ad5 commit 9bf802d
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.7" };
const wchar_t* g_thpracVersionWcs { L"2.2.1.7" };
const int g_thpracVersionInt[] { 2, 2, 1, 7 };
const char* g_thpracVersionStr { "2.2.1.8" };
const wchar_t* g_thpracVersionWcs { L"2.2.1.8" };
const int g_thpracVersionInt[] { 2, 2, 1, 8 };


const char* GetVersionStr()
Expand Down

0 comments on commit 9bf802d

Please sign in to comment.