diff options
author | Waldo Bastian <waldo.bastian@intel.com> | 2007-09-07 04:59:42 -0700 |
---|---|---|
committer | Waldo Bastian <waldo.bastian@intel.com> | 2007-09-07 04:59:42 -0700 |
commit | c49fd6a98811f2fd376a2f804d266a4424e49ae0 (patch) | |
tree | e84e7fc2a6753b22c2e20619a1626f519c1fd29e /configure.ac | |
parent | b11b23ab0e04af9b66ed2b7c5c0dd6b68ccf452f (diff) | |
download | libva-c49fd6a98811f2fd376a2f804d266a4424e49ae0.tar.gz |
Make dummy driver compile & load
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 bf9deeb..82088ff 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. AC_PREREQ(2.57) -AC_INIT([libva], 0.1, [waldo.bastian@intel.com], libva) +AC_INIT([libva], 0.22, [waldo.bastian@intel.com], libva) AC_CONFIG_SRCDIR([Makefile.am]) AM_INIT_AUTOMAKE([dist-bzip2]) |