[libhandy] Version 1.2.0



commit 4aa9e4d87621e084fdbaa77b5364e50c3b25d92d
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Fri Feb 12 09:56:02 2021 +0100

    Version 1.2.0

 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 c54c4e70..e05273fd 100644
--- a/data/packaging/rpm/libhandy.spec
+++ b/data/packaging/rpm/libhandy.spec
@@ -1,7 +1,7 @@
 %global _vpath_srcdir %{name}
 
 Name:    libhandy
-Version: 1.1.90
+Version: 1.2.0
 Release: 1%{?dist}
 Summary: A library full of GTK widgets for mobile phones
 
diff --git a/debian/changelog b/debian/changelog
index c8c597ec..4f2adc52 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libhandy-1 (1.2.0) UNRELEASED; urgency=medium
+
+  * Post-release version bump.
+
+ -- Adrien Plazas <adrien plazas puri sm>  Fri, 12 Feb 2021 09:55:00 +0100
+
 libhandy-1 (1.1.90) amber-phone; urgency=medium
 
   * New upstream release
diff --git a/meson.build b/meson.build
index 56e6ebdf..73c07a90 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libhandy', 'c',
-          version: '1.1.90',
+          version: '1.2.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]