[Xfce4-commits] <xfce4-appfinder:master> Updates for release.
Nick Schermer
noreply at xfce.org
Wed Sep 21 20:46:03 CEST 2011
Updating branch refs/heads/master
to 2ef858a3abfe04454de0432cc292f2ad001f18e8 (commit)
from 7488f9078f8ce3aa8a8da67de0ff7e2ebb3a8fb8 (commit)
commit 2ef858a3abfe04454de0432cc292f2ad001f18e8
Author: Nick Schermer <nick at xfce.org>
Date: Wed Sep 21 20:44:26 2011 +0200
Updates for release.
NEWS | 6 ++++++
configure.ac.in | 2 +-
2 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/NEWS b/NEWS
index 5e59172..d59cae1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+4.9.0
+=====
+- Rewrite of the the application finder to merge the functionality
+ of the appfinder as we know it in 4.8 and xfrun4 (start with
+ --collapsed).
+
4.8.0
=====
- Translation updates: French, Romanian.
diff --git a/configure.ac.in b/configure.ac.in
index 4ea3179..99b9624 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -10,7 +10,7 @@ m4_define([xfce4_appfinder_version_minor], [9])
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 *******************************************
More information about the Xfce4-commits
mailing list