hardware/intel/libva
Revision | 6772bdb4406edaf55da2e3604003c9eafff31c36 (tree) |
---|---|
Time | 2010-07-26 11:59:14 |
Author | Austin Yuan <shengquan.yuan@gmai...> |
Commiter | Austin Yuan |
Bump to 1.0.4
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
@@ -29,7 +29,7 @@ m4_define([libva_version], | ||
29 | 29 | [libva_major_version.libva_minor_version.libva_micro_version]) |
30 | 30 | |
31 | 31 | # if the library source code has changed, increment revision |
32 | -m4_define([libva_lt_revision], [3]) | |
32 | +m4_define([libva_lt_revision], [4]) | |
33 | 33 | # if any interface was added/removed/changed, then inc current, reset revision |
34 | 34 | m4_define([libva_lt_current], [1]) |
35 | 35 | # if any interface was added since last public release, then increment age |