Skip to content

Commit

Permalink
libva-utils 2.7.1
Browse files Browse the repository at this point in the history
Signed-off-by: Carl Zhang <[email protected]>
  • Loading branch information
XinfengZhang committed Apr 1, 2020
1 parent bc17582 commit 5a24c63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# - pre version is libva_pre_version, usually development version
m4_define([libva_utils_major_version], [2])
m4_define([libva_utils_minor_version], [7])
m4_define([libva_utils_micro_version], [0])
m4_define([libva_utils_micro_version], [1])
m4_define([libva_utils_pre_version], [0])

m4_define([libva_utils_version],
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('libva-utils', 'c', 'cpp',
version : '2.7.0',
version : '2.7.1',
default_options : [
'warning_level=2',
'c_std=gnu99',
Expand Down

1 comment on commit 5a24c63

@MilhouseVH
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Once again your relase tarball includes future timestamps. FFS.

tar: .travis.yml: time stamp 2020-04-01 23:21:53 is 16753.174943908 s in the future
tar: Android.mk: time stamp 2020-04-01 23:21:53 is 16753.174861197 s in the future
tar: CONTRIBUTING.md: time stamp 2020-04-01 23:21:53 is 16753.174810686 s in the future
tar: COPYING: time stamp 2020-04-01 23:21:53 is 16753.174769264 s in the future

This results in:

Dependency threads found: YES unknown (cached)
Library m found: YES
Dependency threads found: YES unknown (cached)
Build targets in project: 22

Found ninja-1.10.0 at /home/neil/projects/LibreELEC.tv/build.LibreELEC-Generic.x86_64-9.80-devel/toolchain/bin/ninja
ninja: error: manifest 'build.ninja' still dirty after 100 tries

Any chance you can stop doing this?

Please sign in to comment.