Skip to content

Commit

Permalink
Version 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed Oct 30, 2017
1 parent 9d67537 commit 7d55289
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
8 changes: 2 additions & 6 deletions Makefile
Expand Up @@ -23,7 +23,7 @@ all: debug release pkgconfig

VERSION_MAJOR = 1
VERSION_MINOR = 0
VERSION_RELEASE = 6
VERSION_RELEASE = 7

# Version for pkg-config
PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE)
Expand Down Expand Up @@ -239,13 +239,9 @@ $(PKGCONFIG): $(LIB_NAME).pc.in
# Install
#

INSTALL_PERM = 644
INSTALL_OWNER = $(shell id -u)
INSTALL_GROUP = $(shell id -g)

INSTALL = install
INSTALL_DIRS = $(INSTALL) -d
INSTALL_FILES = $(INSTALL) -m $(INSTALL_PERM)
INSTALL_FILES = $(INSTALL) -m 644

INSTALL_LIB_DIR = $(DESTDIR)/usr/lib
INSTALL_INCLUDE_DIR = $(DESTDIR)/usr/include/$(NAME)
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
libgsupplicant (1.0.7) unstable; urgency=low

* Add stations field to GSupplicantInterface

-- Slava Monich <slava.monich@jolla.com> Mon, 30 Oct 2017 12:26:40 +0200

libgsupplicant (1.0.6) unstable; urgency=low

* Include <gio/gio.h> only when it's necessary
Expand Down
2 changes: 1 addition & 1 deletion rpm/libgsupplicant.spec
@@ -1,5 +1,5 @@
Name: libgsupplicant
Version: 1.0.6
Version: 1.0.7
Release: 0
Summary: Client library for wpa_supplicant
Group: Development/Libraries
Expand Down

0 comments on commit 7d55289

Please sign in to comment.