aboutsummaryrefslogtreecommitdiff
path: root/include/version.h
blob: 36a48c1379a8f9b3255d0f32e6d5de0557c45fab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 *  version.h
 */

#define SND_UTIL_MAJOR		1
#define SND_UTIL_MINOR		0
#define SND_UTIL_SUBMINOR	19
#define SND_UTIL_VERSION		((SND_UTIL_MAJOR<<16)|\
				 (SND_UTIL_MINOR<<8)|\
				  SND_UTIL_SUBMINOR)
#define SND_UTIL_VERSION_STR	"1.0.19"