Commit b794026 1 parent d114b84 commit b794026 Copy full SHA for b794026
File tree 5 files changed +28
-3
lines changed
5 files changed +28
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ set (PACKAGE_URL https://github.com/BYVoid/Opencc)
32
32
set (PACKAGE_BUGREPORT https://github.com/BYVoid/Opencc/issues)
33
33
set (OPENCC_VERSION_MAJOR 1)
34
34
set (OPENCC_VERSION_MINOR 0)
35
- set (OPENCC_VERSION_REVISION 3 )
35
+ set (OPENCC_VERSION_REVISION 4 )
36
36
37
37
if (CMAKE_BUILD_TYPE MATCHES Debug)
38
38
set (version_suffix .Debug)
Original file line number Diff line number Diff line change 1
1
# Change History of OpenCC
2
2
3
+ ## Version 1.0.4
4
+
5
+ 2016年4月1日
6
+
7
+ * 使編譯時的腳本兼容Python 3。
8
+ * 修正Visual C++ 2015的編譯問題。
9
+ * 增補臺灣、香港地區用字用詞轉換。
10
+ * 更新nan以修正Node.js擴展編譯兼容性問題。
11
+
3
12
## Version 1.0.3
4
13
5
14
2015年7月22日
Original file line number Diff line number Diff line change @@ -126,6 +126,10 @@ Apache License 2.0
126
126
127
127
All these libraries are statically linked.
128
128
129
+ ## Change History 版本歷史
130
+
131
+ https://github.com/BYVoid/OpenCC/blob/master/NEWS.md
132
+
129
133
## Contributors 貢獻者
130
134
131
135
* [ BYVoid] ( http://www.byvoid.com/ )
@@ -151,3 +155,15 @@ All these libraries are statically linked.
151
155
* [ 吕旭东] ( https://github.com/lvxudong )
152
156
* [ Weng Xuetian] ( https://github.com/wengxt )
153
157
* [ 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.
Original file line number Diff line number Diff line change 1
1
{
2
2
"variables" : {
3
- "opencc_version" : "1.0.3 "
3
+ "opencc_version" : "1.0.4 "
4
4
},
5
5
"target_defaults" : {
6
6
"defines" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " opencc" ,
3
- "version" : " 1.0.3-1 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"description" : " Conversion between Traditional and Simplified Chinese" ,
5
5
"author" : " BYVoid <byvoid@byvoid.com>" ,
6
6
"license" : " Apache" ,
You can’t perform that action at this time.
0 commit comments