Skip to content

Commit

Permalink
libva-utils 2.2.0 pre1
Browse files Browse the repository at this point in the history
Update NEWS as well

Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>
  • Loading branch information
xhaihao committed Jun 29, 2018
1 parent 1bea64e commit b8f5aca
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit b8f5aca

Please sign in to comment.