Skip to content

Commit

Permalink
Bump version to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ayaka14732 committed Sep 3, 2021
1 parent e0afd14 commit 53c0320
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ set (PACKAGE_URL https://github.com/BYVoid/Opencc)
set (PACKAGE_BUGREPORT https://github.com/BYVoid/Opencc/issues)
set (OPENCC_VERSION_MAJOR 1)
set (OPENCC_VERSION_MINOR 1)
set (OPENCC_VERSION_REVISION 2)
set (OPENCC_VERSION_REVISION 3)

if (CMAKE_BUILD_TYPE MATCHES Debug)
set (version_suffix .Debug)
Expand Down
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change History of OpenCC

## Version 1.1.3

2021年9月3日

* 修復部分頭文件不能單獨使用的問題(#550)。
* 修復引入系統pybind11的方法(#566)。
* 支持Node.js 16(#597)。
* 支持Python 3.9(#603)。
* 修正轉換錯誤。
* 若干其他小修復。

## Version 1.1.2

2021年3月2日
Expand Down
2 changes: 1 addition & 1 deletion node/global.gypi
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"variables": {
"opencc_version": "1.1.2"
"opencc_version": "1.1.3"
},
"target_defaults": {
"defines": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opencc",
"version": "1.1.2",
"version": "1.1.3",
"description": "Conversion between Traditional and Simplified Chinese",
"author": "Carbo Kuo <[email protected]>",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ set_target_properties(
OUTPUT_NAME
opencc
VERSION
1.1.2
1.1.3
SOVERSION
1.1
)
Expand Down

0 comments on commit 53c0320

Please sign in to comment.