From 7e0c222f1d783e68d59e1a7cc405b96574f24fc2 Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Wed, 14 Aug 2019 18:03:57 +0300 Subject: [PATCH] Version 1.0.8 --- Makefile | 2 +- rpm/libgbinder-radio.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fb0e40c..dbbbd06 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ all: debug release pkgconfig VERSION_MAJOR = 1 VERSION_MINOR = 0 -VERSION_RELEASE = 7 +VERSION_RELEASE = 8 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/rpm/libgbinder-radio.spec b/rpm/libgbinder-radio.spec index db2e245..ebae813 100644 --- a/rpm/libgbinder-radio.spec +++ b/rpm/libgbinder-radio.spec @@ -1,5 +1,5 @@ Name: libgbinder-radio -Version: 1.0.7 +Version: 1.0.8 Release: 0 Summary: Binder client library for Android radio interfaces Group: Development/Libraries