0f9d8295ac
Lua 5.2.3 fixes all bugs listed in http://www.lua.org/bugs.html#5.2.2 . Like all minor releases, this is strictly a bug-fix release; no new features or improvements have been added.
6 lines
217 B
Makefile
6 lines
217 B
Makefile
# $NetBSD: version.mk,v 1.2 2014/01/02 19:57:39 wiz Exp $
|
|
|
|
LUA_VERSION= 5.2.3
|
|
|
|
LUA_VERSION_MAJOR= ${LUA_VERSION:C/([0-9]+)\.([0-9]+)\.([0-9]+)/\1/}
|
|
LUA_VERSION_MINOR= ${LUA_VERSION:C/([0-9]+)\.([0-9]+)\.([0-9]+)/\2/}
|