[Xfce4-commits] <xfce4-vala:xfce-4.10> === Release 4.10.3 ===
Mike Massonnet
noreply at xfce.org
Fri Aug 16 22:30:01 CEST 2013
Updating branch refs/heads/xfce-4.10
to fd478b5d5f60902d25a1520f5f7126f540d4719d (commit)
from f2785e33e6faa83035c004a0bd3923d7cc248838 (commit)
commit fd478b5d5f60902d25a1520f5f7126f540d4719d
Author: Mike Massonnet <m8t at gandi.net>
Date: Fri Aug 16 22:25:34 2013 +0200
=== Release 4.10.3 ===
ChangeLog | 19 +++++++++++++++++++
NEWS | 7 ++++++-
configure.ac.in | 2 +-
3 files changed, 26 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 19b5cf8..d34de44 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2013-08-16 Mike Massonnet
+
+=== Release 4.10.3 ===
+
+
+2013-08-16 Kalev Lember
+
+Make the pkgconfig file noarch
+
+
+2013-07-23 Natanael Copa
+
+Add --with-vala-api option to allow packagers select vala api version
+
+Let packagers set what vala API version they want build the bindings, rather
+than require the they use whatever the xfce4-vala maintainer's distro happens
+to use.
+
+
2012-10-23 Mike Massonnet
=== Release 4.10.2 ===
diff --git a/NEWS b/NEWS
index c167c06..6175a90 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,9 @@
-+ Version 4.10.1, 2012-10-23
++ Version 4.10.3, 2013-08-16
+
+Make the pkgconfig file noarch.
+Add --with-vala-api option to allow packagers select vala api version.
+
++ Version 4.10.2, 2012-10-23
Add missing file in installation.
diff --git a/configure.ac.in b/configure.ac.in
index 21a74bf..17b6f8e 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -7,7 +7,7 @@ dnl
dnl Version information
m4_define([project_version_major], [4])
m4_define([project_version_minor], [10])
-m4_define([project_version_micro], [2])
+m4_define([project_version_micro], [3])
m4_define([project_version_build], [@REVISION@])
m4_define([project_version_tag], []) # leave empty for release
m4_define([project_version], [project_version_major().project_version_minor().project_version_micro()project_version_tag()])
More information about the Xfce4-commits
mailing list