libva 2.1.0

Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>
diff --git a/NEWS b/NEWS
index cda5324..ae7962c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
-libva NEWS -- summary of user visible changes.  2018-02-xx
+libva NEWS -- summary of user visible changes.  2018-02-12
 Copyright (C) 2009-2018 Intel Corporation
 
-Version 2.1.0 - DD.Feb.2018
+Version 2.1.0 - 12.Feb.2018
 * Bump VA-API version to 1.1.0 and libva to 2.1.0
 * Add API for multi-frame processing
 * Add entrypoint VAEntrypointStats for Statistics
diff --git a/configure.ac b/configure.ac
index 8206b2e..de3eb3b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -43,7 +43,7 @@
 m4_define([libva_major_version], [m4_eval(va_api_major_version + 1)])
 m4_define([libva_minor_version], [m4_eval(va_api_minor_version)])
 m4_define([libva_micro_version], [0])
-m4_define([libva_pre_version],   [1])
+m4_define([libva_pre_version],   [0])
 
 m4_define([libva_version],
           [libva_major_version.libva_minor_version.libva_micro_version])
diff --git a/meson.build b/meson.build
index 7ddcf80..31a7551 100644
--- a/meson.build
+++ b/meson.build
@@ -7,7 +7,7 @@
 # - reset micro version to zero when VA-API major or minor version is changed
 project(
   'libva', 'c',
-  version : '2.1.0.1',
+  version : '2.1.0',
   meson_version : '>= 0.37.0',
   default_options : [ 'warning_level=1',
                       'buildtype=debugoptimized' ])