Skip to content

Commit 4c16647

Browse files
committed
0.7.0;
1 parent b84ef96 commit 4c16647

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 6
4+
#define LOVR_VERSION_MINOR 7
55
#define LOVR_VERSION_PATCH 0
6-
#define LOVR_VERSION_ALIAS "Unstoppable Okapi"
6+
#define LOVR_VERSION_ALIAS "Pesto Junkie"
77

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

0 commit comments

Comments
 (0)