summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2019-02-08 12:39:01 +0200
committerRan Benita <ran234@gmail.com>2019-02-08 12:39:01 +0200
commit9f93ebcf2ba3684335db296a6e445c035bbeea9d (patch)
treec0223965c8e831f3adcb87dd7e8600443e9ef418
parent53e7a315c325a3a41c41b60f9544e31bd6be5c16 (diff)
downloadxorg-lib-libxkbcommon-9f93ebcf2ba3684335db296a6e445c035bbeea9d.tar.gz
Bump version to 0.8.3xkbcommon-0.8.3
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 eaeb553..9dd4634 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.2],
+AC_INIT([libxkbcommon], [0.8.3],
[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 d113cfd..a631ae9 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'libxkbcommon',
'c',
- version: '0.8.2',
+ version: '0.8.3',
default_options: [
'c_std=c99',
'warning_level=2',