From c5f77cfea7d90cb54bbd193d9ba2aadd3789a34d Mon Sep 17 00:00:00 2001 From: Joanmarie Diggs Date: Wed, 19 Aug 2020 11:30:11 +0200 Subject: [PATCH] Post-branch version bump --- README.md | 6 +++--- configure.ac | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 14c6e31d5..c293b037e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Orca v3.37.91pre +# Orca v3.39.1pre ## Introduction @@ -22,7 +22,7 @@ requests. ## Dependencies -Orca v3.37.x is supported on GNOME 3.37.x only. We highly suggest you +Orca v3.39.x is supported on GNOME 3.39.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.37.x +YOU ALSO NEED THE LATEST AT-SPI2, PYATSPI2 AND ATK FOR THE GNOME 3.39.x RELEASES. THEY CONTAIN VERY IMPORTANT BUG FIXES! ## NOTE FOR BRLTTY USERS: diff --git a/configure.ac b/configure.ac index bdfde6af0..25e610cee 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ m4_define([orca_major_version], [3]) -m4_define([orca_minor_version], [37]) -m4_define([orca_micro_version], [91pre]) +m4_define([orca_minor_version], [39]) +m4_define([orca_micro_version], [1pre]) m4_define([orca_version], [orca_major_version.orca_minor_version.orca_micro_version]) -- GitLab