From: Austin Yuan Date: Thu, 17 Dec 2009 03:05:38 +0000 (+0800) Subject: Update libva library version to 1.0.1. should increase the revision when the library... X-Git-Tag: libva-1.0.1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=58033376ff1d39210c7bd6a5d76b9a4aa1d661eb;p=profile%2Fivi%2Flibva.git Update libva library version to 1.0.1. should increase the revision when the library has change Signed-off-by: Austin Yuan --- 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