Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Commit

Permalink
intel-hybrid-driver 1.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Sean V Kelley <[email protected]>
  • Loading branch information
Sean V Kelley committed Sep 9, 2015
1 parent 5359d19 commit 37f6af6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
libva-intel-hybrid-driver NEWS -- summary of changes. 2014-06-27
Copyright (C) 2009-2015 Intel Corporation

intel-hybrid-driver NEWS -- summary of changes. 2015-09-09
Copyright (C) 2015 Intel Corporation

Version 1.0.1 - 2015-09-09
* Fix the CMRT name to libcmrt.so
* Clean compiler warnings

Version 1.0.0 - 2015-09-02
* Initial release supporting CrOS
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_driver_major_version], [1])
m4_define([intel_driver_minor_version], [0])
m4_define([intel_driver_micro_version], [1])
m4_define([intel_driver_pre_version], [1])
m4_define([intel_driver_pre_version], [0])
m4_define([intel_driver_version],
[intel_driver_major_version.intel_driver_minor_version.intel_driver_micro_version])
m4_if(intel_driver_pre_version, [0], [], [
Expand Down

0 comments on commit 37f6af6

Please sign in to comment.