diff --git a/Makefile b/Makefile index 417dd5e..e00f64f 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ all: debug release pkgconfig VERSION_MAJOR = 1 VERSION_MINOR = 0 -VERSION_RELEASE = 7 +VERSION_RELEASE = 8 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/debian/changelog b/debian/changelog index fb300a2..a78f9eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libgsupplicant (1.0.8) unstable; urgency=low + + * Explicitely include glib-object.h where it's needed + + -- Slava Monich Sun, 25 Feb 2018 13:20:49 +0200 + libgsupplicant (1.0.7) unstable; urgency=low * Add stations field to GSupplicantInterface diff --git a/rpm/libgsupplicant.spec b/rpm/libgsupplicant.spec index 3f0fc34..c79ede8 100644 --- a/rpm/libgsupplicant.spec +++ b/rpm/libgsupplicant.spec @@ -1,5 +1,5 @@ Name: libgsupplicant -Version: 1.0.7 +Version: 1.0.8 Release: 0 Summary: Client library for wpa_supplicant Group: Development/Libraries