From 08c7a7ba81670c567e49f9f9464fc7beec9a5951 Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Mon, 28 Apr 2014 18:48:12 -0500 Subject: [PATCH] 2.13.1 --- NEWS | 4 ++-- configure.ac | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 7b29f3a..d20d887 100644 --- a/NEWS +++ b/NEWS @@ -2,8 +2,8 @@ What's new in at-spi2-core 2.13.1: * Add GError setter in atspi_accessible_get_process_id function -* registryd: Wait for session manager to start before registering with - it (bgo#728934). +* registryd: Wait for gnome-session before registering if it is not + running yet (bgo#728934). What's new in at-spi2-core 2.11.92: diff --git a/configure.ac b/configure.ac index 3c7226e..ee4ee5a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([at-spi2-core], [2.12.0], [accessibility-atspi@lists.linux-foundation.org]) +AC_INIT([at-spi2-core], [2.13.1], [accessibility-atspi@lists.linux-foundation.org]) AC_PREREQ([2.59]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR([m4]) -- 2.7.4