Bump version to 1.1.10

This commit is contained in:
Fufu Fang 2019-10-21 23:16:03 +01:00
parent 44150667f5
commit 50ccaaf43c
No known key found for this signature in database
GPG Key ID: 0F6BB5EF6F8BB729
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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)\" \

View File

@ -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