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-05-11 13:42:50 +0300
committerJean-Baptiste Kempf <jb@videolan.org>2021-05-13 11:41:19 +0300
commit1cf1b309bb2c40e25582f2ace6917d84e45f354b (patch)
treef9b5ba8f36988f93add020ea9b443897b1953c87 /meson.build
parentf75854cb3e491066753760f3e60f4d943116abc8 (diff)
On the road to 0.9.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 379074f..ebbd092 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.2',
+ version: '0.9.0',
default_options: ['c_std=c99',
'warning_level=2',
'buildtype=release',