[orca] Post-release version bump



commit be4f8fc1f715e7b54fab6ad19300a5ddd1881ed5
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Wed Mar 13 15:32:21 2019 -0400

    Post-release version bump

 README       | 6 +++---
 configure.ac | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/README b/README
index 75a4cb9c4..6f6e0d742 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.32.0
+Orca v3.34.1pre
 
 Introduction
 ========================================================================
@@ -23,7 +23,7 @@ requests.
 Dependencies
 ========================================================================
 
-Orca v3.32.x is supported on GNOME 3.32.x only.  We highly suggest you
+Orca v3.34.x is supported on GNOME 3.34.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.32.x
+YOU ALSO NEED THE LATEST AT-SPI2, PYATSPI2 AND ATK FOR THE GNOME 3.34.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 080e10332..b85a576b5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
-m4_define([orca_minor_version], [32])
-m4_define([orca_micro_version], [0])
+m4_define([orca_minor_version], [34])
+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]