summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJehan <jehan@girinstud.io>2020-04-23 11:48:58 +0200
committerJehan <jehan@girinstud.io>2020-04-23 11:48:58 +0200
commit59f68dbe5709d708b53ad5ea95c7349d7ee6ebe4 (patch)
treecf24ec775b74fe64aed6981bfd8f2f29a1e02389
parent98bc2f31ef75171b225b1064ed90650db3eeddd8 (diff)
Release: version 0.0.7v0.0.7
-rw-r--r--CMakeLists.txt2
-rw-r--r--README.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 522537b..2d2038d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -10,7 +10,7 @@ set (PACKAGE_URL https://www.freedesktop.org/wiki/Software/uchardet/)
set (PACKAGE_BUGREPORT https://gitlab.freedesktop.org/uchardet/uchardet/-/issues)
set (UCHARDET_VERSION_MAJOR 0)
set (UCHARDET_VERSION_MINOR 0)
-set (UCHARDET_VERSION_REVISION 6)
+set (UCHARDET_VERSION_REVISION 7)
if (CMAKE_BUILD_TYPE MATCHES Debug)
set (version_suffix .debug)
diff --git a/README.md b/README.md
index 42b0f32..a2713ae 100644
--- a/README.md
+++ b/README.md
@@ -237,10 +237,10 @@ Here is a working "module" section to include in your Flatpak's json manifest:
```
uchardet Command Line Tool
-Version 0.0.6
+Version 0.0.7
Authors: BYVoid, Jehan
-Bug Report: https://bugs.freedesktop.org/enter_bug.cgi?product=uchardet
+Bug Report: https://gitlab.freedesktop.org/uchardet/uchardet/-/issues
Usage:
uchardet [Options] [File]...