File: version.h

package info (click to toggle)
alsa-utils 1.0.8-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,612 kB
  • ctags: 754
  • sloc: ansic: 10,447; sh: 4,806; makefile: 242
file content (12 lines) | stat: -rw-r--r-- 242 bytes parent folder | download
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	8
#define SND_UTIL_VERSION		((SND_UTIL_MAJOR<<16)|\
				 (SND_UTIL_MINOR<<8)|\
				  SND_UTIL_SUBMINOR)
#define SND_UTIL_VERSION_STR	"1.0.8"