[Xfce4-commits] [xfce/libxfce4ui] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Sat Feb 28 16:13:59 CET 2015
This is an automated email from the git hooks/post-receive script.
hjudt pushed a commit to branch master
in repository xfce/libxfce4ui.
commit 6344dd498d831fe8561906a7298ca63b6776cb7e
Author: Harald Judt <h.judt at gmx.at>
Date: Sat Feb 28 15:59:08 2015 +0100
Updates for release
---
NEWS | 5 +++++
README | 4 ++--
autogen.sh | 2 +-
configure.ac.in | 12 ++++++------
4 files changed, 14 insertions(+), 9 deletions(-)
diff --git a/NEWS b/NEWS
index 6eecf44..e10b665 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+4.12.0
+======
+- Bump version
+- Lots of translation updates
+
4.11.2
======
- Bump dependencies versions (autotools, Xfce libraries)
diff --git a/README b/README
index 8a05d71..d3e3eef 100644
--- a/README
+++ b/README
@@ -11,8 +11,8 @@ Required packages
Libxfce4ui depends on the following packages:
- GTK+ 2.24.0 or above
- - GLib 2.28.0 or above
- - Libxfce4util 4.10.0 or above
+ - GLib 2.30.0 or above
+ - Libxfce4util 4.12.0 or above
diff --git a/autogen.sh b/autogen.sh
index 11b09bf..abb0bf6 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -31,6 +31,6 @@ EOF
test -d m4 || mkdir m4
-XDT_AUTOGEN_REQUIRED_VERSION="4.9.0" exec xdt-autogen $@
+XDT_AUTOGEN_REQUIRED_VERSION="4.12.0" exec xdt-autogen $@
# vi:set ts=2 sw=2 et ai:
diff --git a/configure.ac.in b/configure.ac.in
index 3d63531..f211a52 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -8,11 +8,11 @@ dnl ***************************
m4_define([libxfce4ui_verinfo], [0:0:0])
m4_define([libxfce4ui_version_api], [1])
m4_define([libxfce4ui_version_major], [4])
-m4_define([libxfce4ui_version_minor], [11])
-m4_define([libxfce4ui_version_micro], [2])
+m4_define([libxfce4ui_version_minor], [12])
+m4_define([libxfce4ui_version_micro], [0])
m4_define([libxfce4ui_version_nano], []) dnl leave this empty to have no nano version
m4_define([libxfce4ui_version_build], [@REVISION@])
-m4_define([libxfce4ui_version_tag], [git])
+m4_define([libxfce4ui_version_tag], [])
m4_define([libxfce4ui_version], [libxfce4ui_version_major().libxfce4ui_version_minor().libxfce4ui_version_micro()ifelse(libxfce4ui_version_nano(), [], [], [.libxfce4ui_version_nano()])ifelse(libxfce4ui_version_tag(), [git], [libxfce4ui_version_tag()-libxfce4ui_version_build()], [libxfce4ui_version_tag()])])
m4_define([libxfce4kbd_private_verinfo], [0:0:0])
@@ -125,9 +125,9 @@ XDT_CHECK_LIBSM()
dnl ***********************************
dnl *** Check for required packages ***
dnl ***********************************
-XDT_CHECK_PACKAGE([GOBJECT], [gobject-2.0], [2.28.0])
+XDT_CHECK_PACKAGE([GOBJECT], [gobject-2.0], [2.30.0])
XDT_CHECK_PACKAGE([GTK2], [gtk+-2.0], [2.24.0])
-XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.10.0])
+XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.12.0])
dnl ***********************************************************
dnl *** Optional support for a GTK+3 version of the library ***
@@ -153,7 +153,7 @@ AC_ARG_ENABLE([keyboard-library],
[Do not compile the keyboard library needed by xfwm4 and xfce4-settings (default=enabled)])],
[enable_keyboard_library=$enableval], [enable_keyboard_library=yes])
if test "x$enable_keyboard_library" = "xyes"; then
- XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.10.0])
+ XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.12.0])
fi
AM_CONDITIONAL([ENABLE_KEYBOARD_LIBRARY], [test "x$enable_keyboard_library" = "xyes"])
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list