blob: 5d8b84d65383fe028c558fd3109f83278f85d50e (
plain)
1
2
3
4
5
6
|
# $NetBSD: version.mk,v 1.3 2013/07/04 18:04:42 adam Exp $
LUA_VERSION= 5.2.2
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/}
|