Skip to content

Commit

Permalink
update version to 4.1.1.210903
Browse files Browse the repository at this point in the history
Signed-off-by: itas109 <itas109@qq.com>
  • Loading branch information
itas109 committed Sep 3, 2021
1 parent 67ee6bb commit 16f54b3
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README-EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ CSerialPort has been tested to the following platforms:

# Last Modify

## Version: 4.1.0.201010
by itas109 on 2020-10-10
## Version: 4.1.1.210903
by itas109 on 2021-09-03

# Quick Start

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ CSerialPort已经在以下平台做过测试:

# Last Modify 最新版本

## Version: 4.1.0.201010
by itas109 on 2020-10-10
## Version: 4.1.1.210903
by itas109 on 2021-09-03

# Quick Start 快速开始

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.1.0.201010
4.1.1.210903
2 changes: 1 addition & 1 deletion include/CSerialPort/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = CSerialPort
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 4.1.0.201010
PROJECT_NUMBER = 4.1.1.210903

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
4 changes: 2 additions & 2 deletions include/CSerialPort/SerialPort.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
* QQ Group : 12951803
* @brief a lightweight library of serial port, which can easy to read and write serical port on windows and linux with
* C++ 轻量级跨平台串口读写类库
* @version 4.1.0.201010
* @date 2020-10-10
* @version 4.1.1.210903
* @date 2021-09-03
* @copyright The CSerialPort is Copyright (C) 2021 itas109. \n
* Contact: itas109@qq.com \n\n
* You may use, distribute and copy the CSerialPort under the terms of \n
Expand Down
6 changes: 3 additions & 3 deletions lib/version.rc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

LANGUAGE 0, 0

#define RC_VERSION 4, 0, 3, 0
#define RC_VERSION 4, 1, 1, 0

VS_VERSION_INFO VERSIONINFO
FILEVERSION RC_VERSION
Expand All @@ -24,11 +24,11 @@ BEGIN
BEGIN
VALUE "CompanyName", "itas109, https://github.com/itas109/CSerialPort\0"
VALUE "FileDescription", "libcserialport shared library\0"
VALUE "FileVersion", "4.1.0.201010\0"
VALUE "FileVersion", "4.1.1.210903\0"
VALUE "InternalName", "libcserialport\0"
VALUE "OriginalFilename", "libcserialport.dll\0"
VALUE "ProductName", "cserialport library\0"
VALUE "ProductVersion", "4.1.0.201010\0"
VALUE "ProductVersion", "4.1.1.210903\0"
VALUE "LegalCopyright", "Copyright (C) 2021 itas109, <itas109@qq.com>\0"
END
END
Expand Down
2 changes: 1 addition & 1 deletion src/SerialPort.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ void itas109::CSerialPort::setRts(bool set /*= true*/)

std::string itas109::CSerialPort::getVersion()
{
return "https://github.com/itas109/CSerialPort - V4.1.0.201010";
return "https://github.com/itas109/CSerialPort - V4.1.1.210903";
}

void itas109::CSerialPort::onReadReady()
Expand Down

0 comments on commit 16f54b3

Please sign in to comment.