From 58033376ff1d39210c7bd6a5d76b9a4aa1d661eb Mon Sep 17 00:00:00 2001 From: Austin Yuan Date: Thu, 17 Dec 2009 11:05:38 +0800 Subject: Update libva library version to 1.0.1. should increase the revision when the library has change Signed-off-by: Austin Yuan --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3