Commit 58033376 authored by Austin Yuan's avatar Austin Yuan

Update libva library version to 1.0.1. should increase the revision when the library has change

Signed-off-by: default avatarAustin Yuan <shengquan.yuan@intel.com>
parent d4c52c20
...@@ -29,7 +29,7 @@ m4_define([libva_version], ...@@ -29,7 +29,7 @@ m4_define([libva_version],
[libva_major_version.libva_minor_version.libva_micro_version]) [libva_major_version.libva_minor_version.libva_micro_version])
# if the library source code has changed, increment revision # if the library source code has changed, increment revision
m4_define([libva_lt_revision], [0]) m4_define([libva_lt_revision], [1])
# if any interface was added/removed/changed, then inc current, reset revision # if any interface was added/removed/changed, then inc current, reset revision
m4_define([libva_lt_current], [1]) m4_define([libva_lt_current], [1])
# if any interface was added since last public release, then increment age # if any interface was added since last public release, then increment age
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment