From 040151b4f8f90a4e23807115ffb5bada9d988cc3 Mon Sep 17 00:00:00 2001 From: Lakindu Akash Date: Tue, 19 Jan 2021 00:59:08 +0530 Subject: [PATCH] Change version in debian changelog --- debian/changelog | 3 ++- src/scripts/Makefile | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4185294..6e16856 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ -linux-wifi-hotspot (3.6.0) UNRELEASED; urgency=low +linux-wifi-hotspot (3.6.1) UNRELEASED; urgency=low * Fix allow space in password * Fix variouse bugs + * Fix Icon location -- Scott Hardin Wed, 21 Oct 2020 19:21:49 -0700 diff --git a/src/scripts/Makefile b/src/scripts/Makefile index b4415bc..3ca0155 100644 --- a/src/scripts/Makefile +++ b/src/scripts/Makefile @@ -27,5 +27,4 @@ uninstall: rm -f $(DESTDIR)$(PREFIX)/lib/systemd/system/create_ap.service rm -f $(DESTDIR)$(PREFIX)/share/bash-completion/completions/create_ap rm -f $(DESTDIR)$(PREFIX)/share/doc/create_ap/README.md - rm -f /etc/sudoers.d/create_ap # For older versions rm -f $(DESTDIR)$(BINDIR)/wihotspot