From e9250c933085a5f890ab7b0ace35d230b0dca2c8 Mon Sep 17 00:00:00 2001 From: Bill Haneman Date: Mon, 11 Feb 2002 22:58:08 +0000 Subject: [PATCH] Incremented revision for GNOME 2 beta, and updated NEWS. --- ChangeLog | 7 +++++++ NEWS | 5 +++++ configure.in | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 42b8a0f..4cea29b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2002-02-11 Bill Haneman + + * configure.in: + Incremented revision and tagged GNOME_D2_BETA. + + * NEWS: updated for GNOME 2 Desktop Beta. + 2002-02-11 jacob berkman * atk/atkselection.[ch] (atk_selection_get_type): diff --git a/NEWS b/NEWS index 6426ab1..e7939d3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Changes in version 0.11 and 0.12 + +* Ansi-fied function prototypes and definitions; + i.e. foo(void) instead of foo() [Jacob Berkman] + Changes in version 0.9 and 0.10 * Win32 build fixes [Hans Breuer] diff --git a/configure.in b/configure.in index 0559cd3..8d2a6f8 100644 --- a/configure.in +++ b/configure.in @@ -26,7 +26,7 @@ dnl ========================================================================== ATK_MAJOR_VERSION=0 ATK_MINOR_VERSION=0 -ATK_MICRO_VERSION=11 +ATK_MICRO_VERSION=12 ATK_INTERFACE_AGE=0 ATK_BINARY_AGE=0 ## with 1.0 you'd insert MINOR_VERSION in here, i.e. 0.3->1.0.0->1.0.1->1.0.2 -- 2.7.4