Skip to content

Commit

Permalink
1.3.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
cinemast committed Jan 13, 2020
1 parent 361356d commit c696f69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [UNRELEASED] - 2020-01-13
## [1.3.0] - 2020-01-13
### Added
- Linux SerialPort client and server connector(#286)
- Build example for Centos 7 (#267)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if (${CMAKE_MAJOR_VERSION} GREATER 2)
endif()

set(MAJOR_VERSION 1)
set(MINOR_VERSION 2)
set(MINOR_VERSION 3)
set(PATCH_VERSION 0)
set(SO_VERSION 1)

Expand Down

0 comments on commit c696f69

Please sign in to comment.