diff --git a/Makefile b/Makefile index f35199c..b0823b5 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ all: debug release pkgconfig VERSION_MAJOR = 1 VERSION_MINOR = 0 -VERSION_RELEASE = 12 +VERSION_RELEASE = 13 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/debian/changelog b/debian/changelog index 674b002..918bd4e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libgsupplicant (1.0.13) unstable; urgency=low + + * Clear only blobs that are being set + + -- Santtu Lakkala Thu, 27 Jun 2019 13:35:03 +0300 + libgsupplicant (1.0.12) unstable; urgency=medium * Add flags to force PEAP version diff --git a/rpm/libgsupplicant.spec b/rpm/libgsupplicant.spec index 1cf678e..5568dd6 100644 --- a/rpm/libgsupplicant.spec +++ b/rpm/libgsupplicant.spec @@ -1,5 +1,5 @@ Name: libgsupplicant -Version: 1.0.12 +Version: 1.0.13 Release: 0 Summary: Client library for wpa_supplicant Group: Development/Libraries