Release: version 0.0.4.

This commit is contained in:
Jehan 2015-12-03 19:48:58 +01:00
parent ba56d91808
commit e4260f4a39
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ set (PACKAGE_URL https://github.com/BYVoid/uchardet)
set (PACKAGE_BUGREPORT https://github.com/BYVoid/uchardet/issues) set (PACKAGE_BUGREPORT https://github.com/BYVoid/uchardet/issues)
set (UCHARDET_VERSION_MAJOR 0) set (UCHARDET_VERSION_MAJOR 0)
set (UCHARDET_VERSION_MINOR 0) set (UCHARDET_VERSION_MINOR 0)
set (UCHARDET_VERSION_REVISION 3) set (UCHARDET_VERSION_REVISION 4)
if (CMAKE_BUILD_TYPE MATCHES Debug) if (CMAKE_BUILD_TYPE MATCHES Debug)
set (version_suffix .Debug) set (version_suffix .Debug)

View File

@ -79,7 +79,7 @@ Techniques used by universalchardet are described at http://www.mozilla.org/proj
``` ```
uchardet Command Line Tool uchardet Command Line Tool
Version 0.0.3 Version 0.0.4
Authors: BYVoid, Jehan Authors: BYVoid, Jehan
Bug Report: https://github.com/BYVoid/uchardet/issues Bug Report: https://github.com/BYVoid/uchardet/issues