Bump version to 0.7.2
authorRan Benita <ran234@gmail.com>
Fri, 4 Aug 2017 13:28:36 +0000 (16:28 +0300)
committerRan Benita <ran234@gmail.com>
Fri, 4 Aug 2017 13:28:36 +0000 (16:28 +0300)
Signed-off-by: Ran Benita <ran234@gmail.com>
configure.ac
meson.build

index 8ba57d3..e3369b0 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.1],
+AC_INIT([libxkbcommon], [0.7.2],
         [https://bugs.freedesktop.org/enter_bug.cgi?product=libxkbcommon],
         [libxkbcommon], [http://xkbcommon.org])
 AC_CONFIG_SRCDIR([Makefile.am])
index 7d517d7..cdcb5f6 100644 (file)
@@ -1,7 +1,7 @@
 project(
     'libxkbcommon',
     'c',
-    version: '0.7.1',
+    version: '0.7.2',
     default_options: [
         'c_std=c99',
         'warning_level=2',