Skip to content

Commit

Permalink
libva 1.8.3
Browse files Browse the repository at this point in the history
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
  • Loading branch information
xhaihao committed Jun 28, 2017
1 parent f1a3296 commit 4574709
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit 4574709

Please sign in to comment.