From 79379ea3d1d26472c8b9b37a0763722b63e356cf Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Tue, 30 Apr 2019 12:04:25 +0300 Subject: [PATCH] Version 1.0.6 --- Makefile | 2 +- rpm/libgbinder-radio.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6508fd5..ec948bb 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ all: debug release pkgconfig VERSION_MAJOR = 1 VERSION_MINOR = 0 -VERSION_RELEASE = 5 +VERSION_RELEASE = 6 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/rpm/libgbinder-radio.spec b/rpm/libgbinder-radio.spec index 695fc0c..0fdb872 100644 --- a/rpm/libgbinder-radio.spec +++ b/rpm/libgbinder-radio.spec @@ -1,5 +1,5 @@ Name: libgbinder-radio -Version: 1.0.5 +Version: 1.0.6 Release: 0 Summary: Binder client library for Android radio interfaces Group: Development/Libraries