Version 1.0.1

This commit is contained in:
Slava Monich
2019-01-30 00:06:19 +02:00
parent bcb1963582
commit 031228b3a8
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -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