diff --git a/Makefile b/Makefile index 9860ff3..7ce998f 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ all: debug release pkgconfig VERSION_MAJOR = 1 VERSION_MINOR = 0 -VERSION_RELEASE = 2 +VERSION_RELEASE = 3 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) diff --git a/debian/changelog b/debian/changelog index 7f278d8..ae3559b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libgsupplicant (1.0.3) unstable; urgency=low + + * Use gutil_hex2bin function from libglibutil + + -- Slava Monich Fri, 10 Mar 2017 23:51:15 +0200 + libgsupplicant (1.0.2) unstable; urgency=low * Fixed EAP phase2 infinite loop diff --git a/rpm/libgsupplicant.spec b/rpm/libgsupplicant.spec index ad64d0c..8ff36ec 100644 --- a/rpm/libgsupplicant.spec +++ b/rpm/libgsupplicant.spec @@ -1,5 +1,5 @@ Name: libgsupplicant -Version: 1.0.2 +Version: 1.0.3 Release: 0 Summary: Client library for wpa_supplicant Group: Development/Libraries