We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dcff7b commit ff5fd5eCopy full SHA for ff5fd5e
CMakeLists.txt
@@ -9,7 +9,7 @@ set (PACKAGE_URL http://code.google.com/p/uchardet/)
9
set (PACKAGE_BUGREPORT http://code.google.com/p/uchardet/issues/entry)
10
set (UCHARDET_VERSION_MAJOR 0)
11
set (UCHARDET_VERSION_MINOR 0)
12
-set (UCHARDET_VERSION_REVISION 2)
+set (UCHARDET_VERSION_REVISION 3)
13
14
if (CMAKE_BUILD_TYPE MATCHES Debug)
15
set (version_suffix .Debug)
README.md
@@ -67,7 +67,7 @@ Techniques used by universalchardet are described at http://www.mozilla.org/proj
67
68
```
69
uchardet Command Line Tool
70
-Version 0.0.2
+Version 0.0.3
71
72
Author: BYVoid
73
Bug Report: http://code.google.com/p/uchardet/issues/entry
0 commit comments