ref: 5cc7cd91ea3cec027b3d865f77fa280424f46b3c
parent: 6ea8b264bb39e83b68ebfaeb3ac93206358c023b
author: Michael Catanzaro <mcatanzaro@gnome.org>
date: Mon Apr 6 15:20:30 EDT 2020
Update version number in meson.build This was forgotten before the 2.1.0 release. It seems the 2.1.0 release tarballs were not generated with 'meson dist'. Using 'meson dist' to build and validate the tarball would allow immediately noticing such issues.
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('openh264', ['c', 'cpp'],
- version : '2.0.0',
+ version : '2.1.0',
meson_version : '>= 0.47',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])