Skip to content

Commit

Permalink
Update CHANGELOG, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jcharaoui committed Aug 30, 2019
1 parent 8f32c5b commit a2587ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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)\" \
Expand Down
2 changes: 1 addition & 1 deletion doc/man/httpdirfs.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a2587ca

Please sign in to comment.