Skip to content

Commit

Permalink
Revert "LUA_VERSION_NUM should be 500, not 502"
Browse files Browse the repository at this point in the history
This reverts commit d5be39e.
  • Loading branch information
mdparker committed Feb 10, 2016
1 parent d5be39e commit a5a09fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/derelict/lua/types.d
Expand Up @@ -31,7 +31,7 @@ module derelict.lua.types;
// The minimum version of Lua with which this binding is compatible.
enum LUA_VERSION_MAJOR ="5";
enum LUA_VERSION_MINOR ="2";
enum LUA_VERSION_NUM = 500;
enum LUA_VERSION_NUM = 502;
enum LUA_VERSION_RELEASE = "0";

enum LUA_VERSION = "Lua " ~ LUA_VERSION_MAJOR ~ "." ~ LUA_VERSION_MINOR;
Expand Down

0 comments on commit a5a09fa

Please sign in to comment.