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 Jun 21, 2022
1 parent 4b33cf9 commit b286916
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.1" };
const int g_thpracVersionInt[] { 2, 1, 1, 1 };
const char* g_thpracVersionStr { "2.1.1.2" };
const int g_thpracVersionInt[] { 2, 1, 1, 2 };


const char* GetVersionStr()
Expand Down

0 comments on commit b286916

Please sign in to comment.