Skip to content

Commit

Permalink
intel-vaapi-driver 2.4.0
Browse files Browse the repository at this point in the history
It is a maintenance release, see "NEWS" for details

Signed-off-by: Haihao Xiang <[email protected]>
  • Loading branch information
xhaihao committed Dec 6, 2019
1 parent fd5d005 commit d595d01
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
intel-vaapi-driver NEWS -- summary of changes. 2019-11-xx
intel-vaapi-driver NEWS -- summary of changes. 2019-12-06
Copyright (C) 2009-2019 Intel Corporation

Version 2.4.0 - DD.Dec.2019
Version 2.4.0 - 06.Dec.2019
* Bump version to 2.4.0 for maintenance release
* Fix the dependency on libEGL
* Fix ROI support
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
m4_define([intel_vaapi_driver_major_version], [2])
m4_define([intel_vaapi_driver_minor_version], [4])
m4_define([intel_vaapi_driver_micro_version], [0])
m4_define([intel_vaapi_driver_pre_version], [1])
m4_define([intel_vaapi_driver_pre_version], [0])
m4_define([intel_vaapi_driver_version],
[intel_vaapi_driver_major_version.intel_vaapi_driver_minor_version.intel_vaapi_driver_micro_version])
m4_if(intel_vaapi_driver_pre_version, [0], [], [
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(
'intel-vaapi-driver', 'c',
version : '2.4.0.1',
version : '2.4.0.0',
meson_version : '>= 0.43.0',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])
Expand Down

0 comments on commit d595d01

Please sign in to comment.