[almanah] 0.12.2



commit 92e52b316c5ffeea614a410905c95cb99b53ef44
Author: Philip Withnall <withnall endlessm com>
Date:   Thu Sep 3 11:14:48 2020 +0100

    0.12.2
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 NEWS                        | 5 +++++
 data/almanah.appdata.xml.in | 1 +
 meson.build                 | 2 +-
 3 files changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index c64ec4a..b2b5901 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of changes from Almanah 0.12.1 to Almanah 0.12.2
+=========================================================
+
+* Fix version number (no other changes)
+
 Overview of changes from Almanah 0.12.0 to Almanah 0.12.1
 =========================================================
 
diff --git a/data/almanah.appdata.xml.in b/data/almanah.appdata.xml.in
index dcc6826..b4c58ff 100644
--- a/data/almanah.appdata.xml.in
+++ b/data/almanah.appdata.xml.in
@@ -18,6 +18,7 @@
     </p>
   </description>
   <releases>
+    <release version="0.12.2" date="2020-09-03" type="stable"/>
     <release version="0.12.1" date="2020-09-03" type="stable"/>
     <release version="0.12.0" date="2019-10-07" type="stable"/>
   </releases>
diff --git a/meson.build b/meson.build
index 612349c..45a3e61 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@ project(
   'almanah',
   'c',
   license: 'GPL3+',
-  version: '0.12.0',
+  version: '0.12.2',
   default_options: [
     'b_ndebug=if-release',
   ],


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