File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
- libva-utils NEWS -- summary of changes. 2017-03-xx
1
+ libva-utils NEWS -- summary of changes. 2017-03-31
2
2
Copyright (C) 2009-2017 Intel Corporation
3
3
4
- Version 1.8.0 - dd .Mar.2017
4
+ Version 1.8.0 - 31 .Mar.2017
5
5
* First release of libva-utils as a separate project
6
6
* Follows libva release versioning
7
7
* Contains all the utilities and tests for libva API
8
8
* dynamically links to libva
9
9
* building system clean ups
10
10
* test suite included using GoogleTestFramework
11
-
Original file line number Diff line number Diff line change 31
31
m4_define ( [ libva_utils_major_version] , [ 1] )
32
32
m4_define ( [ libva_utils_minor_version] , [ 8] )
33
33
m4_define ( [ libva_utils_micro_version] , [ 0] )
34
- m4_define ( [ libva_utils_pre_version] , [ 3 ] )
34
+ m4_define ( [ libva_utils_pre_version] , [ 0 ] )
35
35
36
36
m4_define ( [ libva_utils_version] ,
37
37
[ libva_utils_major_version.libva_utils_minor_version.libva_utils_micro_version] )
You can’t perform that action at this time.
0 commit comments