From 6af0423508006ae8337220bad1b16d33f4666e0c Mon Sep 17 00:00:00 2001 From: Gwenole Beauchesne Date: Thu, 4 Oct 2012 15:10:37 +0200 Subject: [PATCH] 1.1.0. Signed-off-by: Gwenole Beauchesne --- NEWS | 4 ++-- configure.ac | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 1eeeb32..9f78a99 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ -libva NEWS -- summary of user visible changes. 2012-10-DD +libva NEWS -- summary of user visible changes. 2012-10-04 Copyright (C) 2009-2011 Intel Corporation -Version 1.1.0 - DD.Oct.2012 +Version 1.1.0 - 04.Oct.2012 * API: add Wayland support * API: add raw DRM support for headless pipelines * Fix generic VA/GLX implementation for newer cluttersink versions diff --git a/configure.ac b/configure.ac index da98f06..fa7af9c 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], [0]) -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]) -- 2.7.4