Bump version to 0.8.2 xkbcommon-0.8.2
authorRan Benita <ran234@gmail.com>
Sun, 5 Aug 2018 05:51:30 +0000 (08:51 +0300)
committerRan Benita <ran234@gmail.com>
Sun, 5 Aug 2018 05:55:39 +0000 (08:55 +0300)
Signed-off-by: Ran Benita <ran234@gmail.com>
configure.ac
meson.build

index c9a895a..e4dd960 100644 (file)
@@ -22,7 +22,7 @@ dnl Process this file with autoconf to create configure.
 
 # Initialize Autoconf
 AC_PREREQ([2.63])
-AC_INIT([libxkbcommon], [0.8.1],
+AC_INIT([libxkbcommon], [0.8.2],
         [https://bugs.freedesktop.org/enter_bug.cgi?product=libxkbcommon],
         [libxkbcommon], [https://xkbcommon.org])
 AC_CONFIG_SRCDIR([Makefile.am])
index f37d02b..9effe29 100644 (file)
@@ -1,7 +1,7 @@
 project(
     'libxkbcommon',
     'c',
-    version: '0.8.1',
+    version: '0.8.2',
     default_options: [
         'c_std=c99',
         'warning_level=2',