From a2587ca2c8b8c337c14b1612cdb89c8b7dd946f1 Mon Sep 17 00:00:00 2001 From: Jerome Charaoui Date: Fri, 30 Aug 2019 13:10:12 -0400 Subject: [PATCH] Update CHANGELOG, bump version --- CHANGELOG.md | 2 +- Makefile | 2 +- doc/man/httpdirfs.1 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70726d2..652ba00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.1.8] ### Changed - Suppressed "-Wunused-function" in ``network.c`` for network related functions. diff --git a/Makefile b/Makefile index ef22825..7aca613 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=1.1.7 +VERSION=1.1.8 CFLAGS+= -g -O2 -Wall -Wextra -Wshadow\ -D_FILE_OFFSET_BITS=64 -DVERSION=\"$(VERSION)\" \ diff --git a/doc/man/httpdirfs.1 b/doc/man/httpdirfs.1 index 4a691f8..535d25b 100644 --- a/doc/man/httpdirfs.1 +++ b/doc/man/httpdirfs.1 @@ -1,4 +1,4 @@ -.TH HTTPDIRFS "1" "August 2019" "HTTPDirFS version 1.1.7" "User Commands" +.TH HTTPDIRFS "1" "August 2019" "HTTPDirFS version 1.1.8" "User Commands" .SH NAME HTTPDirFS \- filesystem client for HTTP directory listing .SH SYNOPSIS