Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
orca
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
62
Issues
62
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
orca
Commits
c5f77cfe
Commit
c5f77cfe
authored
Aug 19, 2020
by
Joanmarie Diggs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Post-branch version bump
parent
c29bd1db
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
README.md
README.md
+3
-3
configure.ac
configure.ac
+2
-2
No files found.
README.md
View file @
c5f77cfe
# Orca v3.3
7.9
1pre
# Orca v3.3
9.
1pre
## Introduction
...
...
@@ -22,7 +22,7 @@ requests.
## Dependencies
Orca v3.3
7.x is supported on GNOME 3.37
.x only. We highly suggest you
Orca v3.3
9.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.3
7
.x
YOU ALSO NEED THE LATEST AT-SPI2, PYATSPI2 AND ATK FOR THE GNOME 3.3
9
.x
RELEASES. THEY CONTAIN VERY IMPORTANT BUG FIXES!
## NOTE FOR BRLTTY USERS:
...
...
configure.ac
View file @
c5f77cfe
m4_define([orca_major_version], [3])
m4_define([orca_minor_version], [3
7
])
m4_define([orca_micro_version], [
9
1pre])
m4_define([orca_minor_version], [3
9
])
m4_define([orca_micro_version], [1pre])
m4_define([orca_version],
[orca_major_version.orca_minor_version.orca_micro_version])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment