Skip to content

Commit d0ccdd5

Browse files
author
Jehan
committed
Release: version 0.0.2.
1 parent 016eb18 commit d0ccdd5

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 1)
12+
set (UCHARDET_VERSION_REVISION 2)
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
@@ -65,7 +65,7 @@ Techniques used by universalchardet are described at http://www.mozilla.org/proj
6565

6666
```
6767
uchardet Command Line Tool
68-
Version 0.0.1
68+
Version 0.0.2
6969
7070
Author: BYVoid
7171
Bug Report: http://code.google.com/p/uchardet/issues/entry

0 commit comments

Comments
 (0)