[Xfce4-commits] [xfce/xfce4-appfinder] 01/01: Updates for the release
noreply at xfce.org
noreply at xfce.org
Sat Feb 28 17:36:55 CET 2015
This is an automated email from the git hooks/post-receive script.
ochosi pushed a commit to branch master
in repository xfce/xfce4-appfinder.
commit 30fe2ba965f8ec2e81a310bb13b3b576161d45c8
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Sat Feb 28 17:35:56 2015 +0100
Updates for the release
---
NEWS | 11 +++++++++++
configure.ac.in | 4 ++--
2 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index dade337..16a0e34 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+4.12.0
+======
+- Fix build problems.
+- Add support for AppData.
+- Translation updates: Arabic, Asturian, Bulgarian, Chinese (China),
+ Croatian, Czech, Danish, Dutch (Flemish), English (Australia), Finnish,
+ French, German, Hebrew, Hungarian, Icelandic, Indonesian, Italian,
+ Korean, Malay, Norwegian Bokmål, Polish, Portuguese,
+ Portuguese (Brazilian), Romanian, Russian, Serbian, Slovak, Slovenian,
+ Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Vietnamese
+
4.11.0
======
- Make compilation to GTK3 optional.
diff --git a/configure.ac.in b/configure.ac.in
index 1ebc334..4bbbcf8 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -6,11 +6,11 @@ dnl ***************************
dnl *** Version information ***
dnl ***************************
m4_define([xfce4_appfinder_version_major], [4])
-m4_define([xfce4_appfinder_version_minor], [11])
+m4_define([xfce4_appfinder_version_minor], [12])
m4_define([xfce4_appfinder_version_micro], [0])
m4_define([xfce4_appfinder_version_nano], []) dnl leave this empty to have no nano version
m4_define([xfce4_appfinder_version_build], [@REVISION@])
-m4_define([xfce4_appfinder_version_tag], [git])
+m4_define([xfce4_appfinder_version_tag], [])
m4_define([xfce4_appfinder_version], [xfce4_appfinder_version_major().xfce4_appfinder_version_minor().xfce4_appfinder_version_micro()ifelse(xfce4_appfinder_version_nano(), [], [], [.xfce4_appfinder_version_nano()])ifelse(xfce4_appfinder_version_tag(), [git], [xfce4_appfinder_version_tag()-xfce4_appfinder_version_build()], [xfce4_appfinder_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