shithub: dav1d

Download patch

ref: e29cb9af406a70876ce287d8f5e050f8b8b07862
parent: 8e379f1d64bf09224ce2863b0d8aeb7cbfde92d6
author: Jean-Baptiste Kempf <jb@videolan.org>
date: Mon Mar 4 13:15:48 EST 2019

On the road to 0.2.1

--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes for 0.2.1 'Antelope':
+----------------------------
+
+
 Changes for 0.2.0 'Antelope':
 ----------------------------
 
--- a/meson.build
+++ b/meson.build
@@ -23,7 +23,7 @@
 # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 project('dav1d', ['c'],
-    version: '0.2.0',
+    version: '0.2.1',
     default_options: ['c_std=c99',
                       'warning_level=2',
                       'buildtype=release',