mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-15 08:56:36 -05:00
Added again...
This commit is contained in:
parent
16238841e6
commit
7a1ef9b2f1
1 changed files with 11 additions and 0 deletions
11
include/version.h.in
Normal file
11
include/version.h.in
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
* version.h
|
||||
*/
|
||||
|
||||
#define SOUNDLIB_VERSION_MAJOR @SND_LIB_MAJOR@
|
||||
#define SOUNDLIB_VERSION_MINOR @SND_LIB_MINOR@
|
||||
#define SOUNDLIB_VERSION_SUBMINOR @SND_LIB_SUBMINOR@
|
||||
#define SOUNDLIB_VERSION ((SOUNDLIB_VERSION_MAJOR << 16) | \
|
||||
(SOUNDLIB_VERSION_MINOR << 8) | \
|
||||
SOUNDLIB_VERSION_SUBMINOR)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue