reverse the change. will not release 2.21.2.
authorliyuan <liyuan@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Mon, 12 Nov 2007 14:54:16 +0000 (14:54 +0000)
committerliyuan <liyuan@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Mon, 12 Nov 2007 14:54:16 +0000 (14:54 +0000)
git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@968 e2bd861d-eb25-0410-b326-f6ed22b6b98c

ChangeLog
NEWS
README
configure.in

index 4c4b5fe..2ea39e8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,3 @@
-2007-11-12  Li Yuan  <li.yuan@sun.com>
-
-       * configure.in, README, NEWS:
-       Uprev/release 1.21.2.
-
-2007-11-12  Li Yuan  <li.yuan@sun.com>
-
-       * libspi/accessible.c: (impl_accessibility_accessible_get_state),
-       (impl_accessibility_accessible_get_relation_set):
-       Fix for #446277. Decrease the ref count to 1.
-
 2007-10-29  Li Yuan  <li.yuan@sun.com>
 
        * configure.in, README, NEWS:
diff --git a/NEWS b/NEWS
index 619ba0c..641c242 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,3 @@
-What's new in at-spi-1.21.2:
-
-* Bugfixes: #446277.
-
 What's new in at-spi-1.21.1:
 
 * Bugfixes: #490205, #490202, #489273.
diff --git a/README b/README
index ee617a1..809b822 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 README
 
-at-spi version 1.21.2
+at-spi version 1.21.1
 
 This version of at-spi requires atk 1.17.0 or later.
 
index 2e2bfda..c395674 100644 (file)
@@ -2,7 +2,7 @@ AC_INIT(idl/Accessibility.idl)
 
 AT_SPI_MAJOR_VERSION=1
 AT_SPI_MINOR_VERSION=21
-AT_SPI_MICRO_VERSION=2
+AT_SPI_MICRO_VERSION=1
 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"