From 031228b3a80d8227f67bfcda563b4fa85363acc1 Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Wed, 30 Jan 2019 00:06:19 +0200 Subject: [PATCH] Version 1.0.1 --- Makefile | 2 +- rpm/libgbinder-radio.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c687dd5..290f526 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ all: debug release pkgconfig VERSION_MAJOR = 1 VERSION_MINOR = 0 -VERSION_RELEASE = 0 +VERSION_RELEASE = 1 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/rpm/libgbinder-radio.spec b/rpm/libgbinder-radio.spec index 1d65242..a7cdf59 100644 --- a/rpm/libgbinder-radio.spec +++ b/rpm/libgbinder-radio.spec @@ -1,5 +1,5 @@ Name: libgbinder-radio -Version: 0.0.1 +Version: 1.0.1 Release: 0 Summary: Binder client library for Android radio interfaces Group: Development/Libraries