From 061880f2a6fb75fe2d9aa220dea1cfd74cab1c5b Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Wed, 27 May 2020 15:58:09 +0300 Subject: [PATCH] Version 1.0.19 --- Makefile | 2 +- debian/changelog | 6 ++++++ rpm/libgsupplicant.spec | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cf81c2d..2c4b5f1 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ all: debug release pkgconfig VERSION_MAJOR = 1 VERSION_MINOR = 0 -VERSION_RELEASE = 18 +VERSION_RELEASE = 19 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/debian/changelog b/debian/changelog index c046e8b..bb9e615 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libgsupplicant (1.0.19) unstable; urgency=low + + * Respect arch specific lib dir + + -- Slava Monich Wed, 27 May 2020 15:57:09 +0300 + libgsupplicant (1.0.18) unstable; urgency=low * Fixed various glib deprecation warnings diff --git a/rpm/libgsupplicant.spec b/rpm/libgsupplicant.spec index 1644d80..25e47ec 100644 --- a/rpm/libgsupplicant.spec +++ b/rpm/libgsupplicant.spec @@ -1,5 +1,5 @@ Name: libgsupplicant -Version: 1.0.18 +Version: 1.0.19 Release: 0 Summary: Client library for wpa_supplicant Group: Development/Libraries