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 b84ef96 commit 4c16647Copy full SHA for 4c16647
src/lovr.h
@@ -1,9 +1,9 @@
1
#include "luax.h"
2
3
#define LOVR_VERSION_MAJOR 0
4
-#define LOVR_VERSION_MINOR 6
+#define LOVR_VERSION_MINOR 7
5
#define LOVR_VERSION_PATCH 0
6
-#define LOVR_VERSION_ALIAS "Unstoppable Okapi"
+#define LOVR_VERSION_ALIAS "Pesto Junkie"
7
8
void lovrInit(lua_State* L, int argc, char** argv);
9
void lovrDestroy(int exitCode);
0 commit comments