Skip to content

Commit

Permalink
libva-utils 2.21.0.pre1
Browse files Browse the repository at this point in the history
Signed-off-by: Carl Zhang <[email protected]>
  • Loading branch information
XinfengZhang committed Sep 14, 2023
1 parent c779906 commit 81eed6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# - 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], [19])
m4_define([libva_utils_minor_version], [21])
m4_define([libva_utils_micro_version], [0])
m4_define([libva_utils_pre_version], [1])

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.19.0.1',
version : '2.21.0.1',
default_options : [
'warning_level=2',
'c_std=gnu99',
Expand Down

0 comments on commit 81eed6e

Please sign in to comment.