summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2018-08-05 08:51:30 +0300
committerRan Benita <ran234@gmail.com>2018-08-05 08:55:39 +0300
commitf8134c8503c9868d65ee6e06b211ec2eaff3f60d (patch)
tree533ae49cf9bb0ad373a178a356da388776234c9e
parente3f9c1b4cf51aeef3d65b537bfc020f10289655c (diff)
downloadxorg-lib-libxkbcommon-f8134c8503c9868d65ee6e06b211ec2eaff3f60d.tar.gz
Bump version to 0.8.2xkbcommon-0.8.2
Signed-off-by: Ran Benita <ran234@gmail.com>
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c9a895a..e4dd960 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.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])
diff --git a/meson.build b/meson.build
index f37d02b..9effe29 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'libxkbcommon',
'c',
- version: '0.8.1',
+ version: '0.8.2',
default_options: [
'c_std=c99',
'warning_level=2',