Bump version to 0.8.0 xkbcommon-0.8.0
authorRan Benita <ran234@gmail.com>
Fri, 15 Dec 2017 19:41:51 +0000 (21:41 +0200)
committerRan Benita <ran234@gmail.com>
Fri, 15 Dec 2017 19:41:51 +0000 (21:41 +0200)
Signed-off-by: Ran Benita <ran234@gmail.com>
configure.ac
meson.build

index 10a4ac8..394caa3 100644 (file)
@@ -22,7 +22,7 @@ dnl Process this file with autoconf to create configure.
 
 # Initialize Autoconf
 AC_PREREQ([2.62])
-AC_INIT([libxkbcommon], [0.7.2],
+AC_INIT([libxkbcommon], [0.8.0],
         [https://bugs.freedesktop.org/enter_bug.cgi?product=libxkbcommon],
         [libxkbcommon], [http://xkbcommon.org])
 AC_CONFIG_SRCDIR([Makefile.am])
index 000d245..5681e6f 100644 (file)
@@ -1,7 +1,7 @@
 project(
     'libxkbcommon',
     'c',
-    version: '0.7.2',
+    version: '0.8.0',
     default_options: [
         'c_std=c99',
         'warning_level=2',