Skip to content

Commit

Permalink
libva-utils 2.10.0
Browse files Browse the repository at this point in the history
Signed-off-by: Carl Zhang <carl.zhang@intel.com>
  • Loading branch information
XinfengZhang committed Dec 18, 2020
1 parent 83728b9 commit f112ee7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
# - 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], [9])
m4_define([libva_utils_minor_version], [10])
m4_define([libva_utils_micro_version], [0])
m4_define([libva_utils_pre_version], [1])
m4_define([libva_utils_pre_version], [0])

m4_define([libva_utils_version],
[libva_utils_major_version.libva_utils_minor_version.libva_utils_micro_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.9.0.1',
version : '2.10.0',
default_options : [
'warning_level=2',
'c_std=gnu99',
Expand Down

0 comments on commit f112ee7

Please sign in to comment.