Commit d40b368b2f4c4cd130f63ac41e4a9d53b684c712

Ran Benita 2019-02-22T22:26:49

Bump version to 0.8.4 Signed-off-by: Ran Benita <ran234@gmail.com>

diff --git a/configure.ac b/configure.ac
index 9dd4634..d132435 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ dnl Process this file with autoconf to create configure.
 
 # Initialize Autoconf
 AC_PREREQ([2.63])
-AC_INIT([libxkbcommon], [0.8.3],
+AC_INIT([libxkbcommon], [0.8.4],
         [https://bugs.freedesktop.org/enter_bug.cgi?product=libxkbcommon],
         [libxkbcommon], [https://xkbcommon.org])
 AC_CONFIG_SRCDIR([Makefile.am])
diff --git a/meson.build b/meson.build
index e5bec7d..9fef9c3 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 project(
     'libxkbcommon',
     'c',
-    version: '0.8.3',
+    version: '0.8.4',
     default_options: [
         'c_std=c99',
         'warning_level=2',