diff --git a/Makefile b/Makefile index 6168ee3..738d0d9 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ all: debug release pkgconfig VERSION_MAJOR = 1 VERSION_MINOR = 0 -VERSION_RELEASE = 5 +VERSION_RELEASE = 6 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/debian/changelog b/debian/changelog index 3963799..d60ed51 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libgsupplicant (1.0.6) unstable; urgency=low + + * Include only when it's necessary + + -- Slava Monich Thu, 20 Apr 2017 12:54:23 +0300 + libgsupplicant (1.0.5) unstable; urgency=low * Treat SSIDs consisting of all zeros as empty diff --git a/rpm/libgsupplicant.spec b/rpm/libgsupplicant.spec index cb6a6a4..76fb61d 100644 --- a/rpm/libgsupplicant.spec +++ b/rpm/libgsupplicant.spec @@ -1,5 +1,5 @@ Name: libgsupplicant -Version: 1.0.5 +Version: 1.0.6 Release: 0 Summary: Client library for wpa_supplicant Group: Development/Libraries