Skip to content

Commit e4260f4

Browse files
author
Jehan
committed
Release: version 0.0.4.
1 parent ba56d91 commit e4260f4

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 https://github.com/BYVoid/uchardet)
99
set (PACKAGE_BUGREPORT https://github.com/BYVoid/uchardet/issues)
1010
set (UCHARDET_VERSION_MAJOR 0)
1111
set (UCHARDET_VERSION_MINOR 0)
12-
set (UCHARDET_VERSION_REVISION 3)
12+
set (UCHARDET_VERSION_REVISION 4)
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
@@ -79,7 +79,7 @@ Techniques used by universalchardet are described at http://www.mozilla.org/proj
7979

8080
```
8181
uchardet Command Line Tool
82-
Version 0.0.3
82+
Version 0.0.4
8383
8484
Authors: BYVoid, Jehan
8585
Bug Report: https://github.com/BYVoid/uchardet/issues

0 commit comments

Comments
 (0)