[libhandy] Bump the version to 0.90.0



commit 86b2ce3d74d5b329f22728187dfa0d0f389c09ab
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Thu Jul 30 15:38:26 2020 +0200

    Bump the version to 0.90.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 79ba4042..739b751e 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.85.0
+Version: 0.90.0
 Release: 1%{?dist}
 Summary: A library full of GTK widgets for mobile phones
 
diff --git a/debian/changelog b/debian/changelog
index 27b3c838..32fd01a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libhandy-1 (0.90.0) UNRELEASED; urgency=medium
+
+  * Post-release version bump.
+
+ -- Adrien Plazas <adrien plazas puri sm>  Thu, 30 Jul 2020 15:37:40 +0200
+
 libhandy-1 (0.85.0) amber-phone; urgency=medium
 
   * New upstream release
diff --git a/meson.build b/meson.build
index 8e8bd5f1..aae0533b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libhandy', 'c',
-          version: '0.85.0',
+          version: '0.90.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]