Commit e684f54 1 parent f9f8db5 commit e684f54 Copy full SHA for e684f54
File tree 6 files changed +13
-4
lines changed
6 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ CMakeLists.txt
11
11
/release
12
12
/other
13
13
/opencc.pc.in
14
- /INSTALL
15
14
/doc /html
16
15
/opencc.xcodeproj
17
16
/test /dict.ocd
18
17
/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)
30
30
set (PACKAGE_BUGREPORT https://github.com/BYVoid/Opencc/issues)
31
31
set (OPENCC_VERSION_MAJOR 1)
32
32
set (OPENCC_VERSION_MINOR 0)
33
- set (OPENCC_VERSION_REVISION 1 )
33
+ set (OPENCC_VERSION_REVISION 2 )
34
34
35
35
if (CMAKE_BUILD_TYPE MATCHES Debug)
36
36
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.2
4
+
5
+ 2014年11月8日
6
+
7
+ * 修正C語言接口的編譯錯誤問題
8
+ * 修正默認簡繁轉換文件名錯誤問題
9
+ * ` DictEntry ` 增加` Values() ` 方法
10
+
3
11
## Version 1.0.1
4
12
5
13
2014年10月18日
Original file line number Diff line number Diff line change @@ -130,3 +130,4 @@ All these libraries are statically linked.
130
130
* [ stony] ( https://github.com/stony-shixz )
131
131
* [ steelywing] ( https://github.com/steelywing )
132
132
* [ 吕旭东] ( https://github.com/lvxudong )
133
+ * [ Weng Xuetian] ( https://github.com/wengxt )
Original file line number Diff line number Diff line change 1
1
{
2
2
"variables" : {
3
- "opencc_version" : "1.0.1 "
3
+ "opencc_version" : "1.0.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" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
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