~ubuntu-branches/ubuntu/oneiric/alsa-utils/oneiric

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	24
#define SND_UTIL_VERSION		((SND_UTIL_MAJOR<<16)|\
				 (SND_UTIL_MINOR<<8)|\
				  SND_UTIL_SUBMINOR)
#define SND_UTIL_VERSION_STR	"1.0.24.2"