Skip to content

Commit feb0aa9

Browse files
committed
updated engine version string
1 parent 33abcd3 commit feb0aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/EveryRay_Core/ER_Utility.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ static float clearColorBlack[4] = { 0.0f, 0.0f, 0.0f, 0.0f };
1111
static float clearColorWhite[4] = { 1.0f, 1.0f, 1.0f, 1.0f };
1212
static float clearColorRed[4] = { 1.0f, 0.0f, 0.0f, 1.0f };
1313

14-
static std::string engineVersionString = "v1.1.1";
14+
static const std::string engineVersionString = "v1.1.2";
1515

1616
namespace EveryRay_Core
1717
{

0 commit comments

Comments
 (0)