Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Kempf <jb@videolan.org>2020-06-17 08:01:20 +0300
committerJean-Baptiste Kempf <jb@videolan.org>2020-06-18 13:33:23 +0300
commit8c763d216050ca744e2c1bc4784945e37ff8a5df (patch)
treea9e02c02a453de8a93c296bf4a99276e5d24c8f6 /meson.build
parenta75ee78bd998f393b9deada2859cf5f8ebbafe75 (diff)
Update NEWS for 0.7.1
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 90337a0..d5366f9 100644
--- a/meson.build
+++ b/meson.build
@@ -23,14 +23,14 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
project('dav1d', ['c'],
- version: '0.7.0',
+ version: '0.7.1',
default_options: ['c_std=c99',
'warning_level=2',
'buildtype=release',
'b_ndebug=if-release'],
meson_version: '>= 0.47.0')
-dav1d_soname_version = '4.0.1'
+dav1d_soname_version = '4.0.2'
dav1d_api_version_array = dav1d_soname_version.split('.')
dav1d_api_version_major = dav1d_api_version_array[0]
dav1d_api_version_minor = dav1d_api_version_array[1]