[orca] Update version to next unstable release



commit d44c69c11b4df7b922a4100ec411c2f019b48584
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Tue Feb 25 17:31:56 2020 +0100

    Update version to next unstable release

 README.md    | 6 +++---
 configure.ac | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/README.md b/README.md
index 278b6c481..62ca106d5 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Orca v3.35.92pre
+# Orca v3.37.1pre
 
 ## Introduction
 
@@ -22,7 +22,7 @@ requests.
 
 ## Dependencies
 
-Orca v3.35.x is supported on GNOME 3.35.x only.  We highly suggest you
+Orca v3.37.x is supported on GNOME 3.37.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.35.x
+YOU ALSO NEED THE LATEST AT-SPI2, PYATSPI2 AND ATK FOR THE GNOME 3.37.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 3f47f4e19..0b8062ae3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
-m4_define([orca_minor_version], [35])
-m4_define([orca_micro_version], [92pre])
+m4_define([orca_minor_version], [37])
+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]