[orca] Post-branch version bump



commit 40f748424c2a0913f35475c137790edfed5f552c
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Mon Sep 9 16:56:56 2019 +0200

    Post-branch version bump

 README.md    | 6 +++---
 configure.ac | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/README.md b/README.md
index f7e84f961..daa528e9b 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Orca v3.34.1pre
+# Orca v3.35.1pre
 
 ## Introduction
 
@@ -22,7 +22,7 @@ requests.
 
 ## Dependencies
 
-Orca v3.34.x is supported on GNOME 3.34.x only.  We highly suggest you
+Orca v3.35.x is supported on GNOME 3.35.x only.  We highly suggest you
 use the latest releases of GNOME because they contain accessibility
 infrastructure and application bug fixes that help Orca work better.
 
@@ -39,7 +39,7 @@ Orca also has the following dependencies:
 * py-setproctitle  - Python library to set the process title (optional)
 * gstreamer-1.0    - GStreamer - Streaming media framework (optional)
 
-YOU ALSO NEED THE LATEST AT-SPI2, PYATSPI2 AND ATK FOR THE GNOME 3.34.x
+YOU ALSO NEED THE LATEST AT-SPI2, PYATSPI2 AND ATK FOR THE GNOME 3.35.x
 RELEASES.  THEY CONTAIN VERY IMPORTANT BUG FIXES!
 
NOTE: If you have multiple versions of the Python interpreter installed
diff --git a/configure.ac b/configure.ac
index eeeecb8b1..d19e068a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 m4_define([orca_major_version], [3])
-m4_define([orca_minor_version], [34])
+m4_define([orca_minor_version], [35])
 m4_define([orca_micro_version], [1pre])
 m4_define([orca_version],
           [orca_major_version.orca_minor_version.orca_micro_version])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]