Skip to content

Commit af535b4

Browse files
author
Daniele Pallastrelli
committed
Bump version
1 parent 89c4437 commit af535b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Changelog
22

3-
Current Version: 1.1-dirty
3+
Current Version: 1.1.1
44

5-
## Unreleased
5+
## [1.1.1] - 2019-09-16
66

77
- Specify binding IP address in CliTelnetServer (issue #44)
88
- Fix compilation with boost v. 1.70.0 (issue #40)

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
cmake_minimum_required(VERSION 3.8)
3131

32-
project(cli VERSION 1.1 LANGUAGES CXX)
32+
project(cli VERSION 1.1.1 LANGUAGES CXX)
3333

3434
option(CLI_BuildExamples "Build the examples." OFF)
3535
option(CLI_BuildTests "Build the unit tests." OFF)

0 commit comments

Comments
 (0)