diff options
author | Xiang, Haihao <haihao.xiang@intel.com> | 2013-03-19 09:42:21 +0800 |
---|---|---|
committer | Xiang, Haihao <haihao.xiang@intel.com> | 2013-03-19 09:42:21 +0800 |
commit | 8cf7d8075d331347f5f43404539ed86257370bd1 (patch) | |
tree | 15f8377b47704f1a67e4db25fec5e92e46f2cb66 | |
parent | ba9b5fc6632989a6e837abfbd826e4ac16d61e0d (diff) | |
download | libva-8cf7d8075d331347f5f43404539ed86257370bd1.tar.gz |
libva 1.1.1libva-1.1.1
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 2 deletions
@@ -1,6 +1,10 @@ -libva NEWS -- summary of user visible changes. 2012-10-04 +libva NEWS -- summary of user visible changes. 2013-03-19 Copyright (C) 2009-2011 Intel Corporation +Version 1.1.1 - 19.Mar.2013 +* Support wayland 1.0 protocol (Rob Bradford) +* Automake 1.13 fixups (Armin K) + Version 1.1.0 - 04.Oct.2012 * API: add Wayland support * API: add raw DRM support for headless pipelines diff --git a/configure.ac b/configure.ac index 6d97f8f..3279b33 100644 --- a/configure.ac +++ b/configure.ac @@ -43,7 +43,7 @@ m4_define([va_api_version], m4_define([libva_major_version], [m4_eval(va_api_major_version + 1)]) m4_define([libva_minor_version], [m4_eval(va_api_minor_version - 32)]) m4_define([libva_micro_version], [1]) -m4_define([libva_pre_version], [1]) +m4_define([libva_pre_version], [0]) m4_define([libva_version], [libva_major_version.libva_minor_version.libva_micro_version]) |