From 1e7506e7ac95db9f39a766b71521267fdf76a0a1 Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Fri, 22 Feb 2019 00:14:31 +0200 Subject: [PATCH] Version 1.0.2 --- Makefile | 2 +- rpm/libgbinder-radio.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 290f526..486ad8d 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ all: debug release pkgconfig VERSION_MAJOR = 1 VERSION_MINOR = 0 -VERSION_RELEASE = 1 +VERSION_RELEASE = 2 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/rpm/libgbinder-radio.spec b/rpm/libgbinder-radio.spec index 6ceae08..1117f70 100644 --- a/rpm/libgbinder-radio.spec +++ b/rpm/libgbinder-radio.spec @@ -1,5 +1,5 @@ Name: libgbinder-radio -Version: 1.0.1 +Version: 1.0.2 Release: 0 Summary: Binder client library for Android radio interfaces Group: Development/Libraries