summaryrefslogtreecommitdiff
path: root/lang/lua52/version.mk
blob: aa0ccffb20090151c2e43780384d63c081f74e13 (plain)
1
2
3
4
5
6
# $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/}