Skip to content

Commit

Permalink
Bump version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BYVoid committed Mar 21, 2013
1 parent 1366489 commit 0efd714
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ merge.sh
/data/scheme
/src/wrapper
/build
/debug
/release
/other
/debug.sh
/release.sh
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ set (PACKAGE_URL http://code.google.com/p/opencc)
set (PACKAGE_BUGREPORT http://code.google.com/p/opencc/issues/entry)
set (OPENCC_VERSION_MAJOR 0)
set (OPENCC_VERSION_MINOR 4)
set (OPENCC_VERSION_REVISION 0)
set (OPENCC_VERSION_REVISION 1)

if (CMAKE_BUILD_TYPE MATCHES Debug)
set (version_suffix .Debug)
Expand Down
2 changes: 1 addition & 1 deletion data/trad_to_simp/characters.txt
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@
據 据
擠 挤
擡 抬
𢭏
擬 拟
擯 摈
擰 拧
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opencc",
"version": "0.4.0",
"version": "0.4.1",
"description": "A project for conversion between Traditional and Simplified Chinese",
"author": "BYVoid <[email protected]>",
"license": "Apache",
Expand Down

0 comments on commit 0efd714

Please sign in to comment.