[orca/gnome-3-36] Post-release version bump



commit e9eb6417756fd280af110be41e1a554918b246a5
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Wed Mar 4 15:33:22 2020 +0100

    Post-release version bump

 README.md    | 6 +++---
 configure.ac | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/README.md b/README.md
index 3edd7a2e1..c72f18ca9 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Orca v3.35.92
+# Orca v3.36.0pre
 
 ## 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.36.x is supported on GNOME 3.36.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.36.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 48ffeb520..bc3b176d0 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], [92])
+m4_define([orca_minor_version], [36])
+m4_define([orca_micro_version], [0pre])
 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]