We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 016eb18 commit d0ccdd5Copy full SHA for d0ccdd5
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 1)
+set (UCHARDET_VERSION_REVISION 2)
13
14
if (CMAKE_BUILD_TYPE MATCHES Debug)
15
set (version_suffix .Debug)
README.md
@@ -65,7 +65,7 @@ Techniques used by universalchardet are described at http://www.mozilla.org/proj
65
66
```
67
uchardet Command Line Tool
68
-Version 0.0.1
+Version 0.0.2
69
70
Author: BYVoid
71
Bug Report: http://code.google.com/p/uchardet/issues/entry
0 commit comments