File tree Expand file tree Collapse file tree 6 files changed +14
-4
lines changed Expand file tree Collapse file tree 6 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 7
7
/release
8
8
/other
9
9
/doc /html
10
+ /opencc.xcodeproj
Original file line number Diff line number Diff line change @@ -18,3 +18,5 @@ merge.sh
18
18
/opencc.pc.in
19
19
/opencc.gyp
20
20
/INSTALL
21
+ /doc /html
22
+ /opencc.xcodeproj
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ set (PACKAGE_URL http://code.google.com/p/opencc)
28
28
set (PACKAGE_BUGREPORT http://code.google.com/p/opencc/issues/entry )
29
29
set (OPENCC_VERSION_MAJOR 0 )
30
30
set (OPENCC_VERSION_MINOR 4 )
31
- set (OPENCC_VERSION_REVISION 1 )
31
+ set (OPENCC_VERSION_REVISION 2 )
32
32
33
33
if (CMAKE_BUILD_TYPE MATCHES Debug )
34
34
set (version_suffix .Debug )
@@ -43,7 +43,7 @@ set(CPACK_SOURCE_PACKAGE_FILE_NAME
43
43
"${PACKAGE_NAME} -${OPENCC_VERSION_MAJOR} .${OPENCC_VERSION_MINOR} .${OPENCC_VERSION_REVISION} "
44
44
)
45
45
set (CPACK_SOURCE_IGNORE_FILES
46
- "/build/;/release/;/debug/;/.git/;.gitignore;~$;${CPACK_SOURCE_IGNORE_FILES} "
46
+ "/build/;/release/;/debug/;/other/;/opencc.xcodeproj/;/ .git/;.gitignore;~$;${CPACK_SOURCE_IGNORE_FILES} "
47
47
)
48
48
include (CPack )
49
49
Original file line number Diff line number Diff line change 1
1
# Change History of OpenCC
2
2
3
+ ## Ver 0.4.2
4
+
5
+ * 修正「阪」、「薰」繁簡轉換
6
+ * 增加四對缺失的簡繁轉換
7
+ * 增加API文檔,由Doxygen生成
8
+ * 重構大量代碼
9
+
3
10
## Ver 0.4.1
4
11
5
12
* 修正Node.js 0.10兼容性問題。
Original file line number Diff line number Diff line change 1
1
{
2
2
"variables" : {
3
- "opencc_version" : "0.4.0 "
3
+ "opencc_version" : "0.4.2 "
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" : " 0.4.1 " ,
3
+ "version" : " 0.4.2 " ,
4
4
"description" : " A project for 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