From 510eee5b181fb0ae3501583e93850e1eb88cf21e Mon Sep 17 00:00:00 2001 From: Padraig O'Briain Date: Wed, 28 Jul 2004 14:23:19 +0000 Subject: [PATCH] Increment version to 1.7.3 and interface age to 3. 2004-07-28 Padraig O'Briain * configure.in: Increment version to 1.7.3 and interface age to 3. * ===== Released Version 1.7.3, interface age 3, binary age 703 ==== * NEWS: Updated. --- ChangeLog | 8 ++++++++ NEWS | 9 +++++++++ configure.in | 4 ++-- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5e3b2f7..7ea4044 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2004-07-28 Padraig O'Briain + + * configure.in: Increment version to 1.7.3 and interface age to 3. + + * ===== Released Version 1.7.3, interface age 3, binary age 703 ==== + + * NEWS: Updated. + 2004-07-20 Padraig O'Briain * docs/atk-sections.txt: Add entries to fix warning when generating diff --git a/NEWS b/NEWS index 72e28f5..8871351 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Changes in version 1.7.3 +======================== +* Minor updates to documentation. + +* Update translations: Hindi [Guntupalli Karunakar], Czech [Miloslav Trmac], +Portuguese [Duarte Loreto], Japanese [Takeshi AIHANA], +British [David Lodge], Spanish [Francisco Javier F. Serrador], +Korean [Changwoo Ryu], Albanian [Laurent Dhima] + Changes in version 1.7.2 ======================== * Added new role ATK_ROLE_EMBEDDED.. (bug #147989) diff --git a/configure.in b/configure.in index b42c43d..9ff754a 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], [7]) -m4_define([atk_micro_version], [2]) +m4_define([atk_micro_version], [3]) 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], [2]) +m4_define([atk_interface_age], [3]) m4_define([atk_binary_age], [m4_eval(100 * atk_minor_version + atk_micro_version)]) -- 2.11.4.GIT