[Xfce4-commits] [apps/xfce4-volumed-pulse] 60/62: Prepare for 0.2.0
noreply at xfce.org
noreply at xfce.org
Thu Sep 8 10:33:22 CEST 2016
This is an automated email from the git hooks/post-receive script.
ochosi pushed a commit to branch master
in repository apps/xfce4-volumed-pulse.
commit aabce76c099f2bcb41013b90f0799671e350793d
Author: Lionel Le Folgoc <lionel at lefolgoc.net>
Date: Sun Mar 10 21:16:03 2013 +0100
Prepare for 0.2.0
---
NEWS | 7 +++++++
configure.ac.in | 6 +++---
2 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index e69de29..6c11acc 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,7 @@
+0.2.0
+=====
+- Initial port to Pulseaudio.
+
+0.1.x
+=====
+- Uses GStreamer backend, cf. <http://git.xfce.org/apps/xfce4-volumed/log/> for a list of changes.
diff --git a/configure.ac.in b/configure.ac.in
index 4d3a524..e6ef442 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -2,11 +2,11 @@ dnl ***************************
dnl *** Version information ***
dnl ***************************
m4_define([xfce4_volumed_pulse_version_major], [0])
-m4_define([xfce4_volumed_pulse_version_minor], [1])
-m4_define([xfce4_volumed_pulse_version_micro], [13])
+m4_define([xfce4_volumed_pulse_version_minor], [2])
+m4_define([xfce4_volumed_pulse_version_micro], [0])
m4_define([xfce4_volumed_pulse_version_nano], [])
m4_define([xfce4_volumed_pulse_version_build], [@REVISION@])
-m4_define([xfce4_volumed_pulse_version_tag], [git]) # Leave empty for releases
+m4_define([xfce4_volumed_pulse_version_tag], []) # Leave empty for releases
m4_define([xfce4_volumed_pulse_version], [xfce4_volumed_pulse_version_major().xfce4_volumed_pulse_version_minor().xfce4_volumed_pulse_version_micro()ifelse(xfce4_volumed_pulse_version_nano(), [], [], [.xfce4_volumed_pulse_version_nano()])ifelse(xfce4_volumed_pulse_version_tag(), [git], [xfce4_volumed_pulse_version_tag()-xfce4_volumed_pulse_version_build()], [xfce4_volumed_pulse_version_tag()])])
dnl ***************************
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list