parent
53e7a315c3
commit
9f93ebcf2b
|
@ -22,7 +22,7 @@ dnl Process this file with autoconf to create configure.
|
||||||
|
|
||||||
# Initialize Autoconf
|
# Initialize Autoconf
|
||||||
AC_PREREQ([2.63])
|
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],
|
[https://bugs.freedesktop.org/enter_bug.cgi?product=libxkbcommon],
|
||||||
[libxkbcommon], [https://xkbcommon.org])
|
[libxkbcommon], [https://xkbcommon.org])
|
||||||
AC_CONFIG_SRCDIR([Makefile.am])
|
AC_CONFIG_SRCDIR([Makefile.am])
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
project(
|
project(
|
||||||
'libxkbcommon',
|
'libxkbcommon',
|
||||||
'c',
|
'c',
|
||||||
version: '0.8.2',
|
version: '0.8.3',
|
||||||
default_options: [
|
default_options: [
|
||||||
'c_std=c99',
|
'c_std=c99',
|
||||||
'warning_level=2',
|
'warning_level=2',
|
||||||
|
|
Loading…
Reference in New Issue