libva-utils 2.2.0 pre1

Update NEWS as well

Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>
diff --git a/NEWS b/NEWS
index e000346..a57be81 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
-libva-utils NEWS -- summary of changes.  2018-02-12
+libva-utils NEWS -- summary of changes.  2018-07-xx
 Copyright (C) 2009-2018 Intel Corporation
 
+Version 2.2.0 - DD.Jul.2018
+* Bump version to 2.2.0
+* Add meson build
+* Add vainfo support in Android
+* Remove driver specific test cases
+
 Version 2.1.0 - 12.Feb.2018
 * Bump version to 2.1.0
 * Refine gtest conformance cases
diff --git a/configure.ac b/configure.ac
index a88eea1..eb26d71 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,8 +29,8 @@
 # - micro version is libva_micro_version
 # - pre version is libva_pre_version, usually development version
 m4_define([libva_utils_major_version], [2])
-m4_define([libva_utils_minor_version], [1])
-m4_define([libva_utils_micro_version], [1])
+m4_define([libva_utils_minor_version], [2])
+m4_define([libva_utils_micro_version], [0])
 m4_define([libva_utils_pre_version],   [1])
 
 m4_define([libva_utils_version],
diff --git a/meson.build b/meson.build
index ce80f83..1b5025d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libva-utils', 'c', 'cpp',
-        version : '2.1.1.1',
+        version : '2.2.0.1',
         default_options : [
           'warning_level=2',
           'c_std=gnu99',