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 361356d commit c696f69Copy full SHA for c696f69
CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
-## [UNRELEASED] - 2020-01-13
+## [1.3.0] - 2020-01-13
8
### Added
9
- Linux SerialPort client and server connector(#286)
10
- Build example for Centos 7 (#267)
CMakeLists.txt
@@ -22,7 +22,7 @@ if (${CMAKE_MAJOR_VERSION} GREATER 2)
22
endif()
23
24
set(MAJOR_VERSION 1)
25
-set(MINOR_VERSION 2)
+set(MINOR_VERSION 3)
26
set(PATCH_VERSION 0)
27
set(SO_VERSION 1)
28
0 commit comments