[Xfce4-commits] [apps/xfdashboard] 01/01: Bump version to 0.4.0
noreply at xfce.org
noreply at xfce.org
Sat Apr 11 20:49:26 CEST 2015
This is an automated email from the git hooks/post-receive script.
nomad pushed a commit to branch master
in repository apps/xfdashboard.
commit b32320b680e44fbeaba7b5c6f74d148be12f09b3
Author: Stephan Haller <nomad at froevel.de>
Date: Sat Apr 11 20:49:01 2015 +0200
Bump version to 0.4.0
---
configure.ac.in | 6 +++---
data/appdata/xfdashboard.appdata.xml.in | 9 +++++++++
2 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/configure.ac.in b/configure.ac.in
index 4306a3e..6b7b98d 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], [3])
-m4_define([xfdashboard_version_micro], [92])
+m4_define([xfdashboard_version_minor], [4])
+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 **************************************
diff --git a/data/appdata/xfdashboard.appdata.xml.in b/data/appdata/xfdashboard.appdata.xml.in
index 98ad755..211fd57 100644
--- a/data/appdata/xfdashboard.appdata.xml.in
+++ b/data/appdata/xfdashboard.appdata.xml.in
@@ -44,6 +44,15 @@
</provides>
<releases>
+ <release version="0.4.0" timestamp="1428778076">
+ <description>
+ <_p>This stable version introduces lots of new features. like
+ multi-monitor support, configurable key bindings and a settings
+ dialog. It also contains a lot of other larger and smaller
+ improvements.
+ </_p>
+ </description>
+ </release>
<release version="0.3.91" timestamp="1427561560">
<description>
<_p>This unstable development introduces a new box layout
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list