diff options
author | Austin Yuan <shengquan.yuan@intel.com> | 2009-12-17 11:05:38 +0800 |
---|---|---|
committer | Austin Yuan <shengquan.yuan@intel.com> | 2009-12-17 11:05:38 +0800 |
commit | 58033376ff1d39210c7bd6a5d76b9a4aa1d661eb (patch) | |
tree | d264f9b7fbd2da8c665e0c7085e59c472f148d34 /configure.ac | |
parent | d4c52c202bb95a092e22ef12b3ed5e3b1e0b7925 (diff) | |
download | libva-58033376ff1d39210c7bd6a5d76b9a4aa1d661eb.tar.gz |
Update libva library version to 1.0.1. should increase the revision when the library has changelibva-1.0.1
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b99c6b1..088415f 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,7 @@ m4_define([libva_version], [libva_major_version.libva_minor_version.libva_micro_version]) # 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 m4_define([libva_lt_current], [1]) # if any interface was added since last public release, then increment age |