1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-03 04:53:35 +00:00

Update LOVR_VERSION_MINOR;

This commit is contained in:
bjorn 2017-01-08 22:30:58 -08:00
parent e73e3fc5c4
commit b54483a50a

View file

@ -3,7 +3,7 @@
#include <lualib.h>
#define LOVR_VERSION_MAJOR 0
#define LOVR_VERSION_MINOR 1
#define LOVR_VERSION_MINOR 2
#define LOVR_VERSION_PATCH 0
void lovrInit(lua_State* L, int argc, char** argv);