diff --git a/CHANGELOG.md b/CHANGELOG.md index c47da7c..e3cd79a 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.10] - 2019-09-10 ### Added - Added a progress indicator for LinkTable_fill(). - Backtrace will now be printed when the program crashes diff --git a/Makefile b/Makefile index 700afa7..b8216c1 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=1.1.9 +VERSION=1.1.10 CFLAGS+= -O2 -Wall -Wextra -Wshadow -rdynamic\ -D_FILE_OFFSET_BITS=64 -DVERSION=\"$(VERSION)\" \ diff --git a/doc/man/httpdirfs.1 b/doc/man/httpdirfs.1 index 535d25b..a6db827 100644 --- a/doc/man/httpdirfs.1 +++ b/doc/man/httpdirfs.1 @@ -1,4 +1,4 @@ -.TH HTTPDIRFS "1" "August 2019" "HTTPDirFS version 1.1.8" "User Commands" +.TH HTTPDIRFS "1" "August 2019" "HTTPDirFS version 1.1.10" "User Commands" .SH NAME HTTPDirFS \- filesystem client for HTTP directory listing .SH SYNOPSIS