summaryrefslogtreecommitdiffstats
path: root/src/pulse/version.h.in
diff options
context:
space:
mode:
authorColin Guthrie <cguthrie@mandriva.org>2010-11-28 14:27:08 +0000
committerColin Guthrie <cguthrie@mandriva.org>2010-11-28 15:56:20 +0000
commit6828c594e3fdc3d4553dbf9aae018afe861e047c (patch)
tree3dfe8b1c17ad722aacd327822cedb7e8bbadbd3d /src/pulse/version.h.in
parent948950a3fd9f80875c3f8d5e24e250c237ab6e67 (diff)
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
Diffstat (limited to 'src/pulse/version.h.in')
-rw-r--r--src/pulse/version.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pulse/version.h.in b/src/pulse/version.h.in
index c2c1f20a..7e00c5e1 100644
--- a/src/pulse/version.h.in
+++ b/src/pulse/version.h.in
@@ -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 */