This is an automated email from the git hooks/post-receive script.

hjudt pushed a commit to branch master
in repository xfce/xfce4-dev-tools.

commit 18b2e20ea1f8be1005ed27443e667f660046ee04
Author: Harald Judt <h.j...@gmx.at>
Date:   Sat Feb 28 15:30:12 2015 +0100

    Updates for release
---
 NEWS            |    6 ++++++
 configure.ac.in |    6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index 8ecd8cb..3461c8f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+4.12.0
+======
+- Bump version.
+- Require xfce4-panel-4.11 for panel plugins.
+- Restore AC_REVISION.
+
 4.11.1
 ======
 - Update list of files to clean with xdt-autogen
diff --git a/configure.ac.in b/configure.ac.in
index 1d365c5..fb29ddd 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -9,11 +9,11 @@ dnl ***************************
 dnl *** Version information ***
 dnl ***************************
 m4_define([xdt_version_major], [4])
-m4_define([xdt_version_minor], [11])
-m4_define([xdt_version_micro], [1])
+m4_define([xdt_version_minor], [12])
+m4_define([xdt_version_micro], [0])
 m4_define([xdt_version_nano], [])
 m4_define([xdt_version_build], [@REVISION@])
-m4_define([xdt_version_tag], [git])
+m4_define([xdt_version_tag], [])
 m4_define([xdt_version], 
[xdt_version_major().xdt_version_minor().xdt_version_micro()ifelse(xdt_version_nano(),
 [], [], [.xdt_version_nano()])ifelse(xdt_version_tag(), [git], 
[xdt_version_tag()-xdt_version_build()], [])])
 
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to