diff options
author | Austin Yuan <shengquan.yuan@intel.com> | 2009-12-17 11:07:16 +0800 |
---|---|---|
committer | Austin Yuan <shengquan.yuan@intel.com> | 2009-12-17 11:07:16 +0800 |
commit | 5405c6ed5838af9294a17acc2140bffb2d282beb (patch) | |
tree | d264f9b7fbd2da8c665e0c7085e59c472f148d34 /configure.ac | |
parent | 7c82a74c676b8149049b352a398abe7db5a51be4 (diff) | |
parent | 58033376ff1d39210c7bd6a5d76b9a4aa1d661eb (diff) | |
download | libva-ww53.1-video.tar.gz |
Merge branch 'master' of git+ssh://AustinYuan@git.freedesktop.org/git/libva into sync-fdo-masterww6.5-videoww53.4-videoww53.2-videoww53.1-videoww52.4-video-newww52.3-videoww51.5-videoww51.4-videoww5.2-videoww4.3-videoww08.1-videoww02.5-video-newww02.4-video-newww02.2-video-newww02.1-video-newww01.5-video-newww01.4-video-newww01.4-video4.1-video20100322_5.2.0.200420100218_5.2.0.200220100204_5.2.0.200120100128_5.2.0.200020100121_5.2.0.100420100115_5.2.0.100320100112_5.2.0.100220100108_5.2.0.100220100105_5.2.0.100120091231_5.2.0.100020091224_Alpha820091217_Alpha7
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 |