File tree Expand file tree Collapse file tree 6 files changed +13
-4
lines changed
Expand file tree Collapse file tree 6 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ CMakeLists.txt
1111/release
1212/other
1313/opencc.pc.in
14- /INSTALL
1514/doc /html
1615/opencc.xcodeproj
1716/test /dict.ocd
1817/test /dict.txt
18+ /test /dict.bin
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ set (PACKAGE_URL https://github.com/BYVoid/Opencc)
3030set (PACKAGE_BUGREPORT https://github.com/BYVoid/Opencc/issues)
3131set (OPENCC_VERSION_MAJOR 1)
3232set (OPENCC_VERSION_MINOR 0)
33- set (OPENCC_VERSION_REVISION 1 )
33+ set (OPENCC_VERSION_REVISION 2 )
3434
3535if (CMAKE_BUILD_TYPE MATCHES Debug)
3636 set (version_suffix .Debug)
Original file line number Diff line number Diff line change 11# Change History of OpenCC
22
3+ ## Version 1.0.2
4+
5+ 2014年11月8日
6+
7+ * 修正C語言接口的編譯錯誤問題
8+ * 修正默認簡繁轉換文件名錯誤問題
9+ * ` DictEntry ` 增加` Values() ` 方法
10+
311## Version 1.0.1
412
5132014年10月18日
Original file line number Diff line number Diff line change @@ -130,3 +130,4 @@ All these libraries are statically linked.
130130* [ stony] ( https://github.com/stony-shixz )
131131* [ steelywing] ( https://github.com/steelywing )
132132* [ 吕旭东] ( https://github.com/lvxudong )
133+ * [ Weng Xuetian] ( https://github.com/wengxt )
Original file line number Diff line number Diff line change 11{
22 "variables" : {
3- "opencc_version" : "1.0.1 "
3+ "opencc_version" : "1.0.2 "
44 },
55 "target_defaults" : {
66 "defines" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " opencc" ,
3- "version" : " 1.0.1 " ,
3+ "version" : " 1.0.2 " ,
44 "description" : " Conversion between Traditional and Simplified Chinese" ,
55 "author" : " BYVoid <byvoid@byvoid.com>" ,
66 "license" : " Apache" ,
You can’t perform that action at this time.
0 commit comments