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>2019-10-09 09:55:25 +0300
committerJean-Baptiste Kempf <jb@videolan.org>2019-10-09 09:55:25 +0300
commitc688d5b24690c52294620e1a859f8948b349ec85 (patch)
tree73280ac84efbf50250a266555854e5f27276883a /meson.build
parentbe60b142e734c0f24be50049e616c0cdf149a1b6 (diff)
Update NEWS for 0.5.0
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 2f74c75..90899a7 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.4.0',
+ version: '0.5.0',
default_options: ['c_std=c99',
'warning_level=2',
'buildtype=release',