OSDN Git Service

libva 1.8.3
authorXiang, Haihao <haihao.xiang@intel.com>
Wed, 28 Jun 2017 00:24:18 +0000 (08:24 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Wed, 28 Jun 2017 00:24:18 +0000 (08:24 +0800)
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 6784de6..3eca73e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
-libva NEWS -- summary of user visible changes.  2017-06-xx
+libva NEWS -- summary of user visible changes.  2017-06-28
 Copyright (C) 2009-2017 Intel Corporation
 
-Version 1.8.3 - DD.Jun.2017
+Version 1.8.3 - 28.Jun.2017
 * Bump libva to 1.8.3
 * Fix build issue on Android
 * Remove the dummy driver
index 5f348b1..635a50d 100644 (file)
@@ -43,7 +43,7 @@ m4_define([va_api_version],
 m4_define([libva_major_version], [m4_eval(va_api_major_version + 1)])
 m4_define([libva_minor_version], [m4_eval(va_api_minor_version - 32)])
 m4_define([libva_micro_version], [3])
-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])