mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
version: Drop the micro version number
As per discussions with Lennart, we will be moving to a two-component version number scheme when the next release is made from git master branch. This means we will be dropping the micro version component (although for compatibility, it will remain defined as 0 in version.h). For more information, please see the announcement here: http://thread.gmane.org/gmane.comp.audio.pulseaudio.general/7921
This commit is contained in:
parent
948950a3fd
commit
6828c594e3
7 changed files with 188 additions and 191 deletions
|
|
@ -57,8 +57,8 @@ const char* pa_get_library_version(void);
|
|||
/** The minor version of PA. \since 0.9.15 */
|
||||
#define PA_MINOR @PA_MINOR@
|
||||
|
||||
/** The micro version of PA. \since 0.9.15 */
|
||||
#define PA_MICRO @PA_MICRO@
|
||||
/** The micro version of PA (will always be 0 from v1.0 onwards). \since 0.9.15 */
|
||||
#define PA_MICRO 0
|
||||
|
||||
/** Evaluates to TRUE if the PulseAudio library version is equal or
|
||||
* newer than the specified. \since 0.9.16 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue