From a0af8785e9857147bc55368810ae3b817edadf3f Mon Sep 17 00:00:00 2001 From: Padraig O'Briain Date: Thu, 15 May 2003 07:42:03 +0000 Subject: [PATCH] ===== Released 1.3.2===== 2003-05-15 Padraig O'Briain * ===== Released 1.3.2===== * configure.in: Version 1.3.2, interface age 2, binary age 302 * NEWS: Updated. --- ChangeLog | 10 +++++++++- NEWS | 8 ++++++++ configure.in | 4 ++-- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8dcd548..4fbebaf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,18 @@ +2003-05-15 Padraig O'Briain + + * ===== Released 1.3.2===== + + * configure.in: Version 1.3.2, interface age 2, binary age 302 + + * NEWS: Updated. + 2003-05-09 Samúel Jón Gunnarsson * is.po: Added "is" into ALL_LINGUAS. 2003-05-06 Padraig O'Briain - * configure.in: Make message when pkg-config fials to find glib-2.0.pc + * configure.in: Make message when pkg-config fails to find glib-2.0.pc less cryptic. * po/pl.po: Updated Polish translation from Artur Flinta. diff --git a/NEWS b/NEWS index 060b1fa..3f95b06 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Changes in version 1.3.2 +======================== +* Add translations: Serbian [Danilo \305\240egan], Portuguese [Duarte Loreto], +Icelandic [Sam\303\272el J\303\263n Gunnarsson] + +Update translations: Traditional Chinese [Abel Cheung], Polish [Artur Flinta] + + Changes in version 1.3.1 ======================== * Allow use of libtool-1.5 (bug #111481) [Ali Akcaagac] diff --git a/configure.in b/configure.in index 7c5dd6a..c0ba1e2 100644 --- a/configure.in +++ b/configure.in @@ -17,7 +17,7 @@ dnl set ATK_BINARY_AGE _and_ ATK_INTERFACE_AGE to 0. dnl The triplet m4_define([atk_major_version], [1]) m4_define([atk_minor_version], [3]) -m4_define([atk_micro_version], [1]) +m4_define([atk_micro_version], [2]) m4_define([atk_version], [atk_major_version.atk_minor_version.atk_micro_version]) @@ -25,7 +25,7 @@ dnl The X.Y in -latk-X.Y line. This is expected to stay 1.0 until Atk 2. m4_define([atk_api_version], [1.0]) dnl Number of releases since we've added interfaces -m4_define([atk_interface_age], [1]) +m4_define([atk_interface_age], [2]) m4_define([atk_binary_age], [m4_eval(100 * atk_minor_version + atk_micro_version)]) -- 2.11.4.GIT