Update libva library version to 1.0.1. should increase the revision when the library... 10/510/1 libva-1.0.1
authorAustin Yuan <shengquan.yuan@intel.com>
Thu, 17 Dec 2009 03:05:38 +0000 (11:05 +0800)
committerAustin Yuan <shengquan.yuan@intel.com>
Thu, 17 Dec 2009 03:05:38 +0000 (11:05 +0800)
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
configure.ac

index b99c6b1..088415f 100644 (file)
@@ -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