[libhandy] Bump the version to 0.91.0



commit a6654cbea8626e202f34ae10a38814af2399a938
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Fri Aug 7 14:01:31 2020 +0200

    Bump the version to 0.91.0
    
    Post-release version bump.

 data/packaging/rpm/libhandy.spec | 2 +-
 debian/changelog                 | 6 ++++++
 meson.build                      | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/data/packaging/rpm/libhandy.spec b/data/packaging/rpm/libhandy.spec
index 739b751e..5dfb2ae0 100644
--- a/data/packaging/rpm/libhandy.spec
+++ b/data/packaging/rpm/libhandy.spec
@@ -1,7 +1,7 @@
 %global _vpath_srcdir %{name}
 
 Name:    libhandy
-Version: 0.90.0
+Version: 0.91.0
 Release: 1%{?dist}
 Summary: A library full of GTK widgets for mobile phones
 
diff --git a/debian/changelog b/debian/changelog
index 60c59112..79215083 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libhandy-1 (0.91.0) UNRELEASED; urgency=medium
+
+  * Post-release version bump.
+
+ -- Adrien Plazas <adrien plazas puri sm>  Fri, 07 Aug 2020 14:00:00 +0200
+
 libhandy-1 (0.90.0) amber-phone; urgency=medium
 
   * New upstream release
diff --git a/meson.build b/meson.build
index aae0533b..c920313b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libhandy', 'c',
-          version: '0.90.0',
+          version: '0.91.0',
           license: 'LGPL-2.1+',
     meson_version: '>= 0.49.0',
   default_options: [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11' ],


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