pkgsrc/lang/gambc/version.mk
asau d30e9e6655 Update to Gambit C 4.6.5
Changes since version 4.6.3 include various build system fixes,
iOS REPL improvements, addition of Xlib examples.
2012-04-16 10:19:34 +00:00

10 lines
267 B
Makefile

# $NetBSD: version.mk,v 1.4 2012/04/16 10:19:34 asau Exp $
###
.if !defined(GAMBC_VERSION_MK)
GAMBC_VERSION_MK= # empty
###
### The package version sets the distribution version.
###
GAMBC_VERSION= 4.6.5
GAMBC_DIST_VERSION= ${GAMBC_VERSION:C|^.*|v&|:S|.|_|g}
.endif