[orca] Prep for the 3.18.0 release



commit b01649b017bf4623c20d33817cf3b3e082bdd14b
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Mon Sep 21 11:52:40 2015 -0400

    Prep for the 3.18.0 release

 NEWS         |   18 ++++++++++++++++++
 README       |    6 +++---
 configure.ac |    2 +-
 3 files changed, 22 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2257e62..5afd2a8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+3.18.0 - 21 September 2015
+
+General:
+
+ * Fix flatreview traceback
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    da            Danish                      Kenneth Nielsen
+    fr            French                      Julien Hardelin
+    hu            Hungarian                   Attila Hammer
+    id            Indonesian                  Andika Triwidada
+    nb            Norwegian bokmål            Kjartan Maraas
+    pt_BR         Brazilian Portuguese        Rafael Ferreira
+    tr            Turkish                     Muhammet Kara
+
+=========
+
 3.17.92 - 16 September 2015
 
 Web:
diff --git a/README b/README
index ffd2dea..79c9b48 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.18.0pre
+Orca v3.18.0
 
 Introduction
 ========================================================================
@@ -23,7 +23,7 @@ requests.
 Dependencies
 ========================================================================
 
-Orca v3.17.x is supported on GNOME 3.17.x only.  We highly suggest you
+Orca v3.18.x is supported on GNOME 3.18.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.
 
@@ -38,7 +38,7 @@ Orca also has the following dependencies:
 * BrlAPI           - BrlAPI support for braille (optional)
 * py-setproctitle  - Python library to set the process title (optional)
 
-YOU ALSO NEED THE LATEST AT-SPI2, PYATSPI2 AND ATK FOR THE GNOME 3.17.x
+YOU ALSO NEED THE LATEST AT-SPI2, PYATSPI2 AND ATK FOR THE GNOME 3.18.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 bde84b9..83b2a8a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
 m4_define([orca_minor_version], [18])
-m4_define([orca_micro_version], [0pre])
+m4_define([orca_micro_version], [0])
 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]