[Xfce4-commits] [panel-plugins/xfce4-mount-plugin] 01/01: - Set git flag again in configure.ac after having made a release

noreply at xfce.org noreply at xfce.org
Sat Jan 28 16:29:46 CET 2017


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 60ae07170f756aeba253b034e4c7a9ad406c2ec0
Author: Fabian <timystery at arcor.de>
Date:   Sat Jan 28 16:18:06 2017 +0100

    - Set git flag again in configure.ac after having made a release
---
 configure.ac.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac.in b/configure.ac.in
index a3f03d5..ec678f0 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -11,7 +11,7 @@ dnl for Xfce4-panel 4.12 and higher only!
 m4_define([mount_version_major], [1])
 m4_define([mount_version_minor], [1])
 m4_define([mount_version_micro], [0])
-m4_define([mount_version_tag], []) # Leave empty only for releases, but use 'git' in most cases
+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