Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Pallastrelli committed Sep 16, 2019
1 parent 89c4437 commit af535b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

Current Version: 1.1-dirty
Current Version: 1.1.1

## Unreleased
## [1.1.1] - 2019-09-16

- Specify binding IP address in CliTelnetServer (issue #44)
- Fix compilation with boost v. 1.70.0 (issue #40)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

cmake_minimum_required(VERSION 3.8)

project(cli VERSION 1.1 LANGUAGES CXX)
project(cli VERSION 1.1.1 LANGUAGES CXX)

option(CLI_BuildExamples "Build the examples." OFF)
option(CLI_BuildTests "Build the unit tests." OFF)
Expand Down

0 comments on commit af535b4

Please sign in to comment.