Skip to content

Commit 4a43363

Browse files
committed
Bump version to 0.4.2
1 parent 8d9894c commit 4a43363

File tree

6 files changed

+14
-4
lines changed

6 files changed

+14
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
/release
88
/other
99
/doc/html
10+
/opencc.xcodeproj

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ merge.sh
1818
/opencc.pc.in
1919
/opencc.gyp
2020
/INSTALL
21+
/doc/html
22+
/opencc.xcodeproj

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ set (PACKAGE_URL http://code.google.com/p/opencc)
2828
set (PACKAGE_BUGREPORT http://code.google.com/p/opencc/issues/entry)
2929
set (OPENCC_VERSION_MAJOR 0)
3030
set (OPENCC_VERSION_MINOR 4)
31-
set (OPENCC_VERSION_REVISION 1)
31+
set (OPENCC_VERSION_REVISION 2)
3232

3333
if (CMAKE_BUILD_TYPE MATCHES Debug)
3434
set (version_suffix .Debug)
@@ -43,7 +43,7 @@ set(CPACK_SOURCE_PACKAGE_FILE_NAME
4343
"${PACKAGE_NAME}-${OPENCC_VERSION_MAJOR}.${OPENCC_VERSION_MINOR}.${OPENCC_VERSION_REVISION}"
4444
)
4545
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}"
4747
)
4848
include(CPack)
4949

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change History of OpenCC
22

3+
## Ver 0.4.2
4+
5+
* 修正「阪」、「薰」繁簡轉換
6+
* 增加四對缺失的簡繁轉換
7+
* 增加API文檔,由Doxygen生成
8+
* 重構大量代碼
9+
310
## Ver 0.4.1
411

512
* 修正Node.js 0.10兼容性問題。

gypi/global.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"variables": {
3-
"opencc_version": "0.4.0"
3+
"opencc_version": "0.4.2"
44
},
55
"target_defaults": {
66
"defines": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencc",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "A project for conversion between Traditional and Simplified Chinese",
55
"author": "BYVoid <byvoid@byvoid.com>",
66
"license": "Apache",

0 commit comments

Comments
 (0)