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 11, 2022
1 parent 2c8e74a commit 20607d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions thprac/src/thprac/thprac_version.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include "thprac_version.h"

namespace THPrac {
const char* g_thpracVersionStr { "2.1.1.4" };
const int g_thpracVersionInt[] { 2, 1, 1, 4 };
const char* g_thpracVersionStr { "2.1.2.0" };
const int g_thpracVersionInt[] { 2, 1, 2, 0 };


const char* GetVersionStr()
Expand Down

0 comments on commit 20607d7

Please sign in to comment.