Skip to content

Commit 66d6d25

Browse files
committed
libva-utils 2.1.0
Signed-off-by: Haihao Xiang <[email protected]>
1 parent 9a1ef89 commit 66d6d25

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

NEWS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
libva-utils NEWS -- summary of changes. 2018-02-xx
1+
libva-utils NEWS -- summary of changes. 2018-02-12
22
Copyright (C) 2009-2018 Intel Corporation
33

4-
Version 2.1.0 - DD.Feb.2018
4+
Version 2.1.0 - 12.Feb.2018
55
* Bump version to 2.1.0
66
* Refine gtest conformance cases
77
* vp9enc: add support low power mode

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
m4_define([libva_utils_major_version], [2])
3232
m4_define([libva_utils_minor_version], [1])
3333
m4_define([libva_utils_micro_version], [0])
34-
m4_define([libva_utils_pre_version], [1])
34+
m4_define([libva_utils_pre_version], [0])
3535

3636
m4_define([libva_utils_version],
3737
[libva_utils_major_version.libva_utils_minor_version.libva_utils_micro_version])

0 commit comments

Comments
 (0)