Skip to content

Commit fde1124

Browse files
committed
0.6.0;
1 parent db4b8bf commit fde1124

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lovr.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#include "luax.h"
22

33
#define LOVR_VERSION_MAJOR 0
4-
#define LOVR_VERSION_MINOR 5
4+
#define LOVR_VERSION_MINOR 6
55
#define LOVR_VERSION_PATCH 0
6-
#define LOVR_VERSION_ALIAS "Psychotic Octopus"
6+
#define LOVR_VERSION_ALIAS "Unstoppable Okapi"
77

88
void lovrInit(lua_State* L, int argc, char** argv);
99
void lovrDestroy(int exitCode);

0 commit comments

Comments
 (0)