We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba56d91 commit e4260f4Copy full SHA for e4260f4
CMakeLists.txt
@@ -9,7 +9,7 @@ set (PACKAGE_URL https://github.com/BYVoid/uchardet)
9
set (PACKAGE_BUGREPORT https://github.com/BYVoid/uchardet/issues)
10
set (UCHARDET_VERSION_MAJOR 0)
11
set (UCHARDET_VERSION_MINOR 0)
12
-set (UCHARDET_VERSION_REVISION 3)
+set (UCHARDET_VERSION_REVISION 4)
13
14
if (CMAKE_BUILD_TYPE MATCHES Debug)
15
set (version_suffix .Debug)
README.md
@@ -79,7 +79,7 @@ Techniques used by universalchardet are described at http://www.mozilla.org/proj
79
80
```
81
uchardet Command Line Tool
82
-Version 0.0.3
+Version 0.0.4
83
84
Authors: BYVoid, Jehan
85
Bug Report: https://github.com/BYVoid/uchardet/issues
0 commit comments