Bump version to 0.8.0

Signed-off-by: Ran Benita <ran234@gmail.com>
master
Ran Benita 2017-12-15 21:41:51 +02:00
parent 3db1b9d501
commit b82e3b764e
2 changed files with 2 additions and 2 deletions

View 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])

View File

@ -1,7 +1,7 @@
project(
'libxkbcommon',
'c',
version: '0.7.2',
version: '0.8.0',
default_options: [
'c_std=c99',
'warning_level=2',