10 lines
276 B
Makefile
10 lines
276 B
Makefile
# $NetBSD: version.mk,v 1.1 2009/03/10 15:01:25 fulviociriaco Exp $
|
|
###
|
|
.if !defined(GAMBC_VERSION_MK)
|
|
GAMBC_VERSION_MK= # empty
|
|
###
|
|
### The package version sets the distribution version.
|
|
###
|
|
GAMBC_VERSION= 4.4.1
|
|
GAMBC_DIST_VERSION= ${GAMBC_VERSION:C|^.*|v&|:S|.|_|g}
|
|
.endif
|