[Xfce4-commits] <xfce4-mount-plugin:master> updates for 0.6.2
Landry Breuil
noreply at xfce.org
Mon Apr 23 17:50:01 CEST 2012
Updating branch refs/heads/master
to c01452e04f787999876fd38761c9fbe698cabab7 (commit)
from d29fed00a08995ed044d98c700b666bb877ef8cb (commit)
commit c01452e04f787999876fd38761c9fbe698cabab7
Author: Landry Breuil <landry at xfce.org>
Date: Mon Apr 23 17:42:38 2012 +0200
updates for 0.6.2
NEWS | 4 ++++
configure.ac.in | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/NEWS b/NEWS
index 6a15b99..2c09d01 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+23 april 2012 - version 0.6.2
+- remove sudo option
+- translation updates
+
18 april 2012 - version 0.6.1
- remove po/LINGUAS to fix some translations problems
diff --git a/configure.ac.in b/configure.ac.in
index 09745f1..35ce670 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -10,7 +10,7 @@ dnl for Xfce4-panel 4.8 and higher only!
m4_define([mount_version_major], [0])
m4_define([mount_version_minor], [6])
-m4_define([mount_version_micro], [1])
+m4_define([mount_version_micro], [2])
m4_define([mount_version_tag], []) # Leave empty for releases
m4_define([mount_version_build], [@REVISION@])
m4_define([mount_version], [mount_version_major().mount_version_minor().mount_version_micro()ifelse(mount_version_tag(), [], [], [mount_version_tag()-mount_version_build()])])
More information about the Xfce4-commits
mailing list