From 3aff4886912d0fa7795c2ce6868ffd35b3bb4f30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matti=20Lehtim=C3=A4ki?= Date: Thu, 13 Feb 2025 15:40:01 +0200 Subject: [PATCH] Version 1.1.21 --- lib/Makefile | 2 +- rpm/ofono-binder-plugin.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Makefile b/lib/Makefile index 2420f87..e18b43c 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -25,7 +25,7 @@ all: debug release pkgconfig VERSION_MAJOR = 1 VERSION_MINOR = 1 -VERSION_RELEASE = 20 +VERSION_RELEASE = 21 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/rpm/ofono-binder-plugin.spec b/rpm/ofono-binder-plugin.spec index a819a7f..e3e4d26 100644 --- a/rpm/ofono-binder-plugin.spec +++ b/rpm/ofono-binder-plugin.spec @@ -1,6 +1,6 @@ Name: ofono-binder-plugin -Version: 1.1.20 +Version: 1.1.21 Release: 1 Summary: Binder based ofono plugin License: GPLv2