We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89c4437 commit af535b4Copy full SHA for af535b4
CHANGELOG.md
@@ -1,8 +1,8 @@
1
# Changelog
2
3
-Current Version: 1.1-dirty
+Current Version: 1.1.1
4
5
-## Unreleased
+## [1.1.1] - 2019-09-16
6
7
- Specify binding IP address in CliTelnetServer (issue #44)
8
- Fix compilation with boost v. 1.70.0 (issue #40)
CMakeLists.txt
@@ -29,7 +29,7 @@
29
30
cmake_minimum_required(VERSION 3.8)
31
32
-project(cli VERSION 1.1 LANGUAGES CXX)
+project(cli VERSION 1.1.1 LANGUAGES CXX)
33
34
option(CLI_BuildExamples "Build the examples." OFF)
35
option(CLI_BuildTests "Build the unit tests." OFF)
0 commit comments