[Xfce4-commits] [panel-plugins/xfce4-mount-plugin] 02/04: New Version 1.0.0.; also updated in readme file together with credits to skunnyk
noreply at xfce.org
noreply at xfce.org
Sun May 29 19:13:17 CEST 2016
This is an automated email from the git hooks/post-receive script.
timystery pushed a commit to branch master
in repository panel-plugins/xfce4-mount-plugin.
commit fa31f868578ed8743abecc2be7ec7af02069fe0e
Author: Fabian <timystery at arcor.de>
Date: Sun May 29 19:10:02 2016 +0200
New Version 1.0.0.; also updated in readme file together with credits to skunnyk
---
README | 6 ++++--
configure.ac.in | 8 ++++----
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/README b/README
index 1710ae5..1e40790 100644
--- a/README
+++ b/README
@@ -1,9 +1,9 @@
# ================================================ #
-# Version 0.6.8 for Xfce Panel 4.8.0 and higher #
+# Version 1.0.0. for Xfce Panel 4.12.0 and higher #
# Ported and maintained by Fabian Nowak and others #
# ================================================ #
-xfce4-mount-plugin - version 0.6.8
+xfce4-mount-plugin - version 1.0.0
This little plugin behaves like the "kwikdisk - removable media utility"
shipped with KDE.
@@ -40,5 +40,7 @@ mostly for nice ideas and features, but also for bugfixes and other stuff:
- Joost Kremers
- Jean-Baptiste Dulong
- Raphael Groner
+ - skunnyk
Thank you.
+
diff --git a/configure.ac.in b/configure.ac.in
index 8470d53..9b62695 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -6,11 +6,11 @@ dnl 2003, 2004 Benedikt Meurer <benny at xfce.org>
dnl 2005-2008, 2012-2014 Fabian Nowak <timystery at arcor.de>
dnl 2012 Landry Breuil <landry at xfce.org>
dnl
-dnl for Xfce4-panel 4.8 and higher only!
+dnl for Xfce4-panel 4.12 and higher only!
-m4_define([mount_version_major], [0])
-m4_define([mount_version_minor], [6])
-m4_define([mount_version_micro], [9])
+m4_define([mount_version_major], [1])
+m4_define([mount_version_minor], [0])
+m4_define([mount_version_micro], [0])
m4_define([mount_version_tag], [git]) # Leave empty only for releases, but use 'git' in most cases
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()])])
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list