# $NetBSD: version.mk,v 1.5 2023/04/26 20:53:23 nikita Exp $ ### .if !defined(GAMBC_VERSION_MK) GAMBC_VERSION_MK= # empty ### ### The package version sets the distribution version. ### GAMBC_VERSION= 4.9.4 GAMBC_DIST_VERSION= ${GAMBC_VERSION:C|^.*|v&|:S|.|_|g} .endif