From 7e77193d198f61e8d81c3193de341541c89b9999 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alejandro=20Pi=C3=B1eiro?= Date: Tue, 17 Jul 2012 01:12:20 +0200 Subject: [PATCH] Release 2.5.4 --- NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2111153..6e7dce0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +Changes in version 2.5.4: +========================= +* +* Bug 672869: Required a method to check if a relationset contains a +* relation taking into account relationship and target + Changes in version 2.5.3: ========================= * diff --git a/configure.ac b/configure.ac index 2204067..ab46c68 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl set ATK_BINARY_AGE _and_ ATK_INTERFACE_AGE to 0. dnl The triplet m4_define([atk_major_version], [2]) m4_define([atk_minor_version], [5]) -m4_define([atk_micro_version], [3]) +m4_define([atk_micro_version], [4]) m4_define([atk_version], [atk_major_version.atk_minor_version.atk_micro_version]) -- 2.7.4