summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Haneman <billh@src.gnome.org>2002-02-11 22:58:08 +0000
committerBill Haneman <billh@src.gnome.org>2002-02-11 22:58:08 +0000
commite9250c933085a5f890ab7b0ace35d230b0dca2c8 (patch)
treefb3e0e36b30a15de0101107973cd3da35caa96c6
parent59c9d3c27c3bcdf995b712db8699f916aeabb01f (diff)
downloadatk-e9250c933085a5f890ab7b0ace35d230b0dca2c8.tar.gz
Incremented revision for GNOME 2 beta, and updated NEWS.
-rw-r--r--ChangeLog7
-rw-r--r--NEWS5
-rw-r--r--configure.in2
3 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 42b8a0f..4cea29b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-02-11 Bill Haneman <bill.haneman@sun.com>
+
+ * configure.in:
+ Incremented revision and tagged GNOME_D2_BETA.
+
+ * NEWS: updated for GNOME 2 Desktop Beta.
+
2002-02-11 jacob berkman <jacob@ximian.com>
* 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