From d6978197803ad006485b0e60f009360b9d21bef2 Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Tue, 17 Mar 2020 16:52:21 +0200 Subject: [PATCH] Version 1.0.16 --- Makefile | 2 +- debian/changelog | 6 ++++++ rpm/libgsupplicant.spec | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 33124b5..11007a3 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ all: debug release pkgconfig VERSION_MAJOR = 1 VERSION_MINOR = 0 -VERSION_RELEASE = 15 +VERSION_RELEASE = 16 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/debian/changelog b/debian/changelog index 73e829b..2a5aa88 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libgsupplicant (1.0.16) unstable; urgency=low + + * Fixed Debian dependencies + + -- Slava Monich Tue, 17 Mar 2020 16:47:03 +0200 + libgsupplicant (1.0.15) unstable; urgency=low * Allow use of private key without client certificate diff --git a/rpm/libgsupplicant.spec b/rpm/libgsupplicant.spec index d83a074..aaefc35 100644 --- a/rpm/libgsupplicant.spec +++ b/rpm/libgsupplicant.spec @@ -1,5 +1,5 @@ Name: libgsupplicant -Version: 1.0.15 +Version: 1.0.16 Release: 0 Summary: Client library for wpa_supplicant Group: Development/Libraries