Skip to content

Commit

Permalink
Bump version to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
BYVoid committed May 17, 2013
1 parent c9894d0 commit 9b758f1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
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 2)
set (OPENCC_VERSION_REVISION 3)

if (CMAKE_BUILD_TYPE MATCHES Debug)
set (version_suffix .Debug)
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change History of OpenCC

## Ver 0.4.3

* 增加接口`opencc_convert_utf8_free`
* 修正Node.js插件內存泄漏問題
* 修正Windows下獲取當前目錄的問題

## Ver 0.4.2

* 修正「阪」、「薰」繁簡轉換
Expand Down
2 changes: 1 addition & 1 deletion gypi/global.gypi
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"variables": {
"opencc_version": "0.4.2"
"opencc_version": "0.4.3"
},
"target_defaults": {
"defines": [
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.2",
"version": "0.4.3",
"description": "A project for conversion between Traditional and Simplified Chinese",
"author": "BYVoid <byvoid@byvoid.com>",
"license": "Apache",
Expand Down

0 comments on commit 9b758f1

Please # to comment.