summaryrefslogtreecommitdiff
path: root/pkg/alsa-utils/version.h
blob: 54126ca19dce017f387cc25a6419d8befd8e1bc3 (plain)
1
2
3
4
5
#define SND_UTIL_MAJOR		1
#define SND_UTIL_MINOR		2
#define SND_UTIL_SUBMINOR	1
#define SND_UTIL_VERSION	((SND_UTIL_MAJOR<<16)|(SND_UTIL_MINOR<<8)|SND_UTIL_SUBMINOR)
#define SND_UTIL_VERSION_STR	"1.2.1"