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>2021-02-15 15:45:24 +0300
committerJean-Baptiste Kempf <jb@videolan.org>2021-02-15 18:05:45 +0300
commit54e43f909f631844c1d201b602a3e17571a00359 (patch)
tree978d0f16c61e633748e89d7886e3b7f831340499 /meson.build
parentd7d125f17c5ba47fa5d6185e5097643531136b49 (diff)
Update NEWS for 0.8.2
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 0d2204e..1bcb150 100644
--- 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.8.1',
+ version: '0.8.2',
default_options: ['c_std=c99',
'warning_level=2',
'buildtype=release',