Skip to content

Commit c696f69

Browse files
committed
1.3.0 Release
1 parent 361356d commit c696f69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [UNRELEASED] - 2020-01-13
7+
## [1.3.0] - 2020-01-13
88
### Added
99
- Linux SerialPort client and server connector(#286)
1010
- Build example for Centos 7 (#267)

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if (${CMAKE_MAJOR_VERSION} GREATER 2)
2222
endif()
2323

2424
set(MAJOR_VERSION 1)
25-
set(MINOR_VERSION 2)
25+
set(MINOR_VERSION 3)
2626
set(PATCH_VERSION 0)
2727
set(SO_VERSION 1)
2828

0 commit comments

Comments
 (0)