We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33abcd3 commit feb0aa9Copy full SHA for feb0aa9
1 file changed
source/EveryRay_Core/ER_Utility.h
@@ -11,7 +11,7 @@ static float clearColorBlack[4] = { 0.0f, 0.0f, 0.0f, 0.0f };
11
static float clearColorWhite[4] = { 1.0f, 1.0f, 1.0f, 1.0f };
12
static float clearColorRed[4] = { 1.0f, 0.0f, 0.0f, 1.0f };
13
14
-static std::string engineVersionString = "v1.1.1";
+static const std::string engineVersionString = "v1.1.2";
15
16
namespace EveryRay_Core
17
{
0 commit comments