2008-03-10 Li Yuan <li.yuan@sun.com>
authorliyuan <liyuan@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Mon, 10 Mar 2008 11:42:32 +0000 (11:42 +0000)
committerliyuan <liyuan@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Mon, 10 Mar 2008 11:42:32 +0000 (11:42 +0000)
        * NEWS:
        * README:
        * configure.in:
        Uprev/release 1.22.0.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@990 e2bd861d-eb25-0410-b326-f6ed22b6b98c

ChangeLog
NEWS
README
configure.in

index 54889ee..d7f873e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-03-10  Li Yuan  <li.yuan@sun.com>
+
+       * NEWS:
+       * README:
+       * configure.in:
+       Uprev/release 1.22.0.
+
 2008-02-27  Ariel Rios  <ariel@gnu.org>
 
        * idl/Accessibility_Collection.idl:(getMatchesTo,
diff --git a/NEWS b/NEWS
index cffe2b8..397e156 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+What's new in at-spi-1.22.0:
+
+* Translation update.
+* Bugfixes: #496232.
+
 What's new in at-spi-1.21.92:
 
 * bugfixes: #508147, #517761, #517250, #512702.
diff --git a/README b/README
index 01a099c..4f2391a 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 README
 
-at-spi version 1.21.92
+at-spi version 1.22.0
 
 This version of at-spi requires atk 1.17.0 or later.
 
index d466fa6..dd544ae 100644 (file)
@@ -1,8 +1,8 @@
 AC_INIT(idl/Accessibility.idl)
 
 AT_SPI_MAJOR_VERSION=1
-AT_SPI_MINOR_VERSION=21
-AT_SPI_MICRO_VERSION=92
+AT_SPI_MINOR_VERSION=22
+AT_SPI_MICRO_VERSION=0
 AT_SPI_INTERFACE_AGE=0
 AT_SPI_BINARY_AGE=0
 AT_SPI_VERSION="$AT_SPI_MAJOR_VERSION.$AT_SPI_MINOR_VERSION.$AT_SPI_MICRO_VERSION"