We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db4b8bf commit fde1124Copy full SHA for fde1124
src/lovr.h
@@ -1,9 +1,9 @@
1
#include "luax.h"
2
3
#define LOVR_VERSION_MAJOR 0
4
-#define LOVR_VERSION_MINOR 5
+#define LOVR_VERSION_MINOR 6
5
#define LOVR_VERSION_PATCH 0
6
-#define LOVR_VERSION_ALIAS "Psychotic Octopus"
+#define LOVR_VERSION_ALIAS "Unstoppable Okapi"
7
8
void lovrInit(lua_State* L, int argc, char** argv);
9
void lovrDestroy(int exitCode);
0 commit comments