Skip to content

Commit

Permalink
libva 2.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: intel <carl.zhang@intel.com>
  • Loading branch information
XinfengZhang committed Jan 25, 2019
1 parent 0dc7006 commit 25b3307
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
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)])
m4_define([libva_micro_version], [0])
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
2 changes: 1 addition & 1 deletion meson.build
Expand Up @@ -7,7 +7,7 @@
# - reset micro version to zero when VA-API major or minor version is changed
project(
'libva', 'c',
version : '2.4.0.1',
version : '2.4.0',
meson_version : '>= 0.37.0',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])
Expand Down

0 comments on commit 25b3307

Please sign in to comment.