Skip to content

Commit b794026

Browse files
committed
Bump version to 1.0.4.
1 parent d114b84 commit b794026

File tree

5 files changed

+28
-3
lines changed

5 files changed

+28
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ set (PACKAGE_URL https://github.com/BYVoid/Opencc)
3232
set (PACKAGE_BUGREPORT https://github.com/BYVoid/Opencc/issues)
3333
set (OPENCC_VERSION_MAJOR 1)
3434
set (OPENCC_VERSION_MINOR 0)
35-
set (OPENCC_VERSION_REVISION 3)
35+
set (OPENCC_VERSION_REVISION 4)
3636

3737
if (CMAKE_BUILD_TYPE MATCHES Debug)
3838
set (version_suffix .Debug)

NEWS.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change History of OpenCC
22

3+
## Version 1.0.4
4+
5+
2016年4月1日
6+
7+
* 使編譯時的腳本兼容Python 3。
8+
* 修正Visual C++ 2015的編譯問題。
9+
* 增補臺灣、香港地區用字用詞轉換。
10+
* 更新nan以修正Node.js擴展編譯兼容性問題。
11+
312
## Version 1.0.3
413

514
2015年7月22日

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,10 @@ Apache License 2.0
126126

127127
All these libraries are statically linked.
128128

129+
## Change History 版本歷史
130+
131+
https://github.com/BYVoid/OpenCC/blob/master/NEWS.md
132+
129133
## Contributors 貢獻者
130134

131135
* [BYVoid](http://www.byvoid.com/)
@@ -151,3 +155,15 @@ All these libraries are statically linked.
151155
* [吕旭东](https://github.com/lvxudong)
152156
* [Weng Xuetian](https://github.com/wengxt)
153157
* [Ma Tao](https://github.com/iwater)
158+
* [Heinz Wiesinger](https://github.com/pprkut)
159+
* [J.W](https://github.com/jakwings)
160+
* [Amo Wu](https://github.com/amowu)
161+
* [Mark Tsai](https://github.com/mxgit1090)
162+
* [Zhe Wang](https://github.com/0x1997)
163+
* [sgqy](https://github.com/sgqy)
164+
* [Qichuan (Sean) ZHANG](https://github.com/qichuan)
165+
* [Flandre Scarlet](https://github.com/XadillaX)
166+
* [宋辰文](https://github.com/songchenwen)
167+
* [iwater](https://github.com/iwater)
168+
169+
Please update this list you have contributed OpenCC.

node/global.gypi

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"variables": {
3-
"opencc_version": "1.0.3"
3+
"opencc_version": "1.0.4"
44
},
55
"target_defaults": {
66
"defines": [

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencc",
3-
"version": "1.0.3-1",
3+
"version": "1.0.4",
44
"description": "Conversion between Traditional and Simplified Chinese",
55
"author": "BYVoid <byvoid@byvoid.com>",
66
"license": "Apache",

0 commit comments

Comments
 (0)