Skip to content

Commit

Permalink
doc(VERSION): update to 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
itas109 committed Jan 19, 2024
1 parent 56a4b22 commit a347e18
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.3.0.230215
4.3.1.240204
6 changes: 3 additions & 3 deletions doc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ if (DOXYGEN_FOUND)
set(CHM_INDEX_ENCODING "GB2312")
configure_file(${DOXYGEN_IN} ${DOXYGEN_OUT_CN} @ONLY)
add_custom_target( doc_cn ALL
COMMAND ${DOXYGEN_EXECUTABLE} ${DOXYGEN_OUT_CN}
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
COMMAND ${DOXYGEN_EXECUTABLE} ${DOXYGEN_OUT_CN}
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
)

set(OUTPUT_LANGUAGE "English")
Expand All @@ -45,7 +45,7 @@ if (DOXYGEN_FOUND)
add_custom_target(doc_en ALL
COMMAND ${DOXYGEN_EXECUTABLE} ${DOXYGEN_OUT_EN}
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
)
)

# doc_cn first
add_dependencies(doc_en doc_cn)
Expand Down
4 changes: 2 additions & 2 deletions include/CSerialPort/SerialPort_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
#define __CSERIALPORT_VERSION_H__

#define CSERIALPORT_COPYRIGHT "Copyright (C) 2014 itas109. All Rights Reserved."
#define CSERIALPORT_VERSION "4.3.0.230215"
#define CSERIALPORT_VERSION "4.3.1.240204"
#define CSERIALPORT_VERSION_MAJOR 4
#define CSERIALPORT_VERSION_MINOR 2
#define CSERIALPORT_VERSION_MINOR 3
#define CSERIALPORT_VERSION_PATCH 1

#endif //__CSERIALPORT_VERSION_H__

0 comments on commit a347e18

Please sign in to comment.