Skip to content

Commit 19e02b9

Browse files
Oxalinkylophone
authored andcommitted
Update meson.build to next release version (1.5.2) to sync libvmaf.pc version
libvmaf.pc version wasn't properly sync when we moved from 1.3.15 to 1.5.1. Increase meson.project_version() to resync release and .pc file. Signed-off-by: Alexandre Demers <[email protected]>
1 parent 47ab9b9 commit 19e02b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libvmaf/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('libvmaf', ['c', 'cpp'],
2-
version : '1.3.16',
2+
version : '1.5.2',
33
default_options : ['c_std=c99',
44
'cpp_std=c++11',
55
'warning_level=2',

0 commit comments

Comments
 (0)