mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
Create version.h
This commit is contained in:
parent
f8fda3cf0c
commit
72817b64e3
2 changed files with 24 additions and 9 deletions
|
|
@ -1,9 +0,0 @@
|
|||
/*
|
||||
* 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