[gnome-calculator/gnome-3-32] Prepared release 3.32.2



commit 6efa7627969f63b2d12e0694d0d57c075d1fa2b3
Author: Robert Roth <robert roth off gmail com>
Date:   Wed Jun 26 08:19:39 2019 +0300

    Prepared release 3.32.2

 NEWS                                     |  5 +++++
 data/org.gnome.Calculator.appdata.xml.in | 10 ++++++++++
 meson.build                              |  2 +-
 3 files changed, 16 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 39bd14fc..96c90025 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of changes in gnome-calculator 3.32.2
+    * Snap build updates (Ken VanDine)
+    * Updated Chinese translation (Dingzhong Chen)
+    * Fixed numbers with octal prefix #110, #114 (Robert Roth)
+
 Overview of changes in gnome-calculator 3.32.1
     * Snap build update (Ken VanDine)
     * Updated Basque translation (Asier Sarasua Garmendia)
diff --git a/data/org.gnome.Calculator.appdata.xml.in b/data/org.gnome.Calculator.appdata.xml.in
index 439e4e30..efdc549a 100644
--- a/data/org.gnome.Calculator.appdata.xml.in
+++ b/data/org.gnome.Calculator.appdata.xml.in
@@ -65,6 +65,16 @@
   <translation type="gettext">gnome-calculator</translation>
   <content_rating type="oars-1.1" />
   <releases>
+    <release version="3.32.2" date="2019-06-26">
+      <description>
+        <p>Overview of changes in gnome-calculator 3.32.2</p>
+        <ul>
+          <li>Snap build updates (Ken VanDine)</li>
+          <li>Updated Chinese translation (Dingzhong Chen)</li>
+          <li>Fixed numbers with octal prefix #110, #114 (Robert Roth)</li>
+        </ul>
+      </description>
+    </release>
     <release version="3.32.1" date="2019-04-08">
       <description>
         <p>Overview of changes in gnome-calculator 3.32.1</p>
diff --git a/meson.build b/meson.build
index 7cd8001c..bfa6f04a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-calculator', ['c', 'vala'],
-  version: '3.32.1',
+  version: '3.32.2',
   meson_version: '>= 0.42',
   license: 'GPLv3+',
 )


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]