Skip to content

Commit 30647c9

Browse files
committed
0.5.0;
1 parent 6695be5 commit 30647c9

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 4
4+
#define LOVR_VERSION_MINOR 5
55
#define LOVR_VERSION_PATCH 0
6-
#define LOVR_VERSION_ALIAS "Cosmic Panda"
6+
#define LOVR_VERSION_ALIAS "Psychotic Octopus"
77

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

0 commit comments

Comments
 (0)