From: Austin Yuan Date: Mon, 26 Jul 2010 02:59:14 +0000 (+0800) Subject: Bump to 1.0.4 X-Git-Tag: libva-1.0.4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6772bdb4406edaf55da2e3604003c9eafff31c36;p=platform%2Fupstream%2Flibva.git Bump to 1.0.4 Signed-off-by: Austin Yuan --- diff --git a/configure.ac b/configure.ac index c3fa124..8792dcc 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], [3]) +m4_define([libva_lt_revision], [4]) # 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