aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pulse.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pulse.cc b/pulse.cc
index 1704bb8..08c961a 100644
--- a/pulse.cc
+++ b/pulse.cc
@@ -104,7 +104,7 @@ PulseClient::PulseClient(string client_name) :
pa_proplist* proplist = pa_proplist_new();
pa_proplist_sets(proplist, PA_PROP_APPLICATION_NAME, client_name.c_str());
pa_proplist_sets(proplist, PA_PROP_APPLICATION_ID, "com.falconindy.ponymix");
- pa_proplist_sets(proplist, PA_PROP_APPLICATION_VERSION, "0.1");
+ pa_proplist_sets(proplist, PA_PROP_APPLICATION_VERSION, PONYMIX_VERSION);
pa_proplist_sets(proplist, PA_PROP_APPLICATION_ICON_NAME, "audio-card");
mainloop_ = pa_mainloop_new();