libva-utils 2.3.0 pre1

Bump libva-utils to 2.3.0

Signed-off-by: XinfengZhang <carl.zhang@intel.com>
diff --git a/NEWS b/NEWS
index a57be81..af78610 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
-libva-utils NEWS -- summary of changes.  2018-07-xx
+libva-utils NEWS -- summary of changes.  2018-09-30
 Copyright (C) 2009-2018 Intel Corporation
 
+Version 2.3.0 - 30.Sep.2018
+add HEVC encode sample code
+Add sample code for avc decode streamout
+Add VP8 sample encoder application (SVCT supported)
+
 Version 2.2.0 - DD.Jul.2018
 * Bump version to 2.2.0
 * Add meson build
diff --git a/configure.ac b/configure.ac
index 490c0bf..53d8c80 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], [2])
-m4_define([libva_utils_micro_version], [1])
+m4_define([libva_utils_minor_version], [3])
+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 76d8da3..404da5c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libva-utils', 'c', 'cpp',
-        version : '2.2.1.1',
+        version : '2.3.0.1',
         default_options : [
           'warning_level=2',
           'c_std=gnu99',