summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2018-08-03 13:55:52 +0300
committerRan Benita <ran234@gmail.com>2018-08-03 13:55:52 +0300
commit87046f56efc89d3b0771df9b4fefcda39ade3dd1 (patch)
tree3cf16c925356f0caf9c527872314bef2d208816a
parent1a138abf7580868cd42b1ff4b025b3ff5bf1471a (diff)
downloadxorg-lib-libxkbcommon-87046f56efc89d3b0771df9b4fefcda39ade3dd1.tar.gz
Bump version to 0.8.1xkbcommon-0.8.1
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 475cc4c..c9a895a 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.0],
+AC_INIT([libxkbcommon], [0.8.1],
[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 9adfb5c..f37d02b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'libxkbcommon',
'c',
- version: '0.8.0',
+ version: '0.8.1',
default_options: [
'c_std=c99',
'warning_level=2',