diff --git a/Makefile b/Makefile index 95a280b..9b537eb 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ all: debug release pkgconfig VERSION_MAJOR = 1 VERSION_MINOR = 0 -VERSION_RELEASE = 17 +VERSION_RELEASE = 18 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/debian/changelog b/debian/changelog index e85070c..c046e8b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libgsupplicant (1.0.18) unstable; urgency=low + + * Fixed various glib deprecation warnings + * Hide internal symbols + * Unified copyright statements + + -- Slava Monich Wed, 13 May 2020 14:13:09 +0300 + libgsupplicant (1.0.17) unstable; urgency=low * Add EAP event signalling diff --git a/rpm/libgsupplicant.spec b/rpm/libgsupplicant.spec index 2665160..93ae416 100644 --- a/rpm/libgsupplicant.spec +++ b/rpm/libgsupplicant.spec @@ -1,5 +1,5 @@ Name: libgsupplicant -Version: 1.0.17 +Version: 1.0.18 Release: 0 Summary: Client library for wpa_supplicant Group: Development/Libraries