Skip to content

Commit ff5fd5e

Browse files
author
Jehan
committed
Release: version 0.0.3.
1 parent 5dcff7b commit ff5fd5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set (PACKAGE_URL http://code.google.com/p/uchardet/)
99
set (PACKAGE_BUGREPORT http://code.google.com/p/uchardet/issues/entry)
1010
set (UCHARDET_VERSION_MAJOR 0)
1111
set (UCHARDET_VERSION_MINOR 0)
12-
set (UCHARDET_VERSION_REVISION 2)
12+
set (UCHARDET_VERSION_REVISION 3)
1313

1414
if (CMAKE_BUILD_TYPE MATCHES Debug)
1515
set (version_suffix .Debug)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Techniques used by universalchardet are described at http://www.mozilla.org/proj
6767

6868
```
6969
uchardet Command Line Tool
70-
Version 0.0.2
70+
Version 0.0.3
7171
7272
Author: BYVoid
7373
Bug Report: http://code.google.com/p/uchardet/issues/entry

0 commit comments

Comments
 (0)