pkgsrc/lang/lua52/version.mk
wiz 0f9d8295ac Update to 5.2.3:
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.
2014-01-02 19:57:39 +00:00

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/}