[Xfce4-commits] [apps/xfdashboard] 02/02: Bump version to 0.6.0
noreply at xfce.org
noreply at xfce.org
Fri May 20 21:37:17 CEST 2016
This is an automated email from the git hooks/post-receive script.
nomad pushed a commit to branch master
in repository apps/xfdashboard.
commit 130aea9f8c777fc6cda3f94fe357154d0fd7742e
Author: Stephan Haller <nomad at froevel.de>
Date: Fri May 20 21:37:00 2016 +0200
Bump version to 0.6.0
---
configure.ac.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure.ac.in b/configure.ac.in
index 096a6cd..2df134a 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -8,10 +8,10 @@ dnl ***************************
dnl *** Version information ***
dnl ***************************
m4_define([xfdashboard_version_major], [0])
-m4_define([xfdashboard_version_minor], [5])
-m4_define([xfdashboard_version_micro], [93])
+m4_define([xfdashboard_version_minor], [6])
+m4_define([xfdashboard_version_micro], [0])
m4_define([xfdashboard_version_build], [@REVISION@])
-m4_define([xfdashboard_version_tag], [git])
+m4_define([xfdashboard_version_tag], [])
m4_define([xfdashboard_version], [xfdashboard_version_major().xfdashboard_version_minor().xfdashboard_version_micro()ifelse(xfdashboard_version_tag(), [git], [xfdashboard_version_tag().xfdashboard_version_build()], [xfdashboard_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