We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe7bf3e commit 886e03aCopy full SHA for 886e03a
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 4)
+set (UCHARDET_VERSION_REVISION 5)
13
14
if (CMAKE_BUILD_TYPE MATCHES Debug)
15
set (version_suffix .Debug)
README.md
@@ -92,7 +92,7 @@ Techniques used by universalchardet are described at http://www.mozilla.org/proj
92
93
```
94
uchardet Command Line Tool
95
-Version 0.0.4
+Version 0.0.5
96
97
Authors: BYVoid, Jehan
98
Bug Report: https://github.com/BYVoid/uchardet/issues
0 commit comments