From cca2eb4ac6a6e96e012049a278e3575c1aeb98af Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Fri, 16 Oct 2020 04:09:15 +0300 Subject: [PATCH] Version 1.0.21 --- Makefile | 2 +- debian/changelog | 6 ++++++ rpm/libgsupplicant.spec | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a7e5dcf..dc2f107 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ all: debug release pkgconfig VERSION_MAJOR = 1 VERSION_MINOR = 0 -VERSION_RELEASE = 19 +VERSION_RELEASE = 21 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/debian/changelog b/debian/changelog index bb9e615..3e6e63d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libgsupplicant (1.0.21) unstable; urgency=low + + * Make library executable on RPM based systems + + -- Slava Monich Fri, 16 Oct 2020 04:06:31 +0300 + libgsupplicant (1.0.19) unstable; urgency=low * Respect arch specific lib dir diff --git a/rpm/libgsupplicant.spec b/rpm/libgsupplicant.spec index 25e47ec..a2bc8d8 100644 --- a/rpm/libgsupplicant.spec +++ b/rpm/libgsupplicant.spec @@ -1,5 +1,5 @@ Name: libgsupplicant -Version: 1.0.19 +Version: 1.0.21 Release: 0 Summary: Client library for wpa_supplicant Group: Development/Libraries