[Xfce4-commits] <xfce4-dev-tools:master> Release 4.9.1!

Jannis Pohlmann noreply at xfce.org
Mon Jan 16 15:54:01 CET 2012


Updating branch refs/heads/master
         to a1a5604add74f97928f8684f3d27d67cb25f4677 (commit)
       from 32eb2f4a298a77a1fcdaf3a3977c2abf1d63c26f (commit)

commit a1a5604add74f97928f8684f3d27d67cb25f4677
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Mon Jan 16 14:51:26 2012 +0000

    Release 4.9.1!

 NEWS            |    7 +++++++
 configure.in.in |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 6428ef8..5acf867 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+4.9.1
+=====
+- Add support for LT_PREREQ (bug #6920).
+- Remove spec file and rpm build target.
+- Do not create a gzip tarball.
+- Never use xdt-autogen in autogen.sh.
+
 4.9.0
 =====
 - Fix FSF address and add missing licenses.
diff --git a/configure.in.in b/configure.in.in
index b2236c4..a1f2afe 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -11,10 +11,10 @@ dnl *** Version information ***
 dnl ***************************
 m4_define([xdt_version_major], [4])
 m4_define([xdt_version_minor], [9])
-m4_define([xdt_version_micro], [0])
+m4_define([xdt_version_micro], [1])
 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()], [])])
 
 


More information about the Xfce4-commits mailing list