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-07-20 16:20:50 +0300
committerJean-Baptiste Kempf <jb@videolan.org>2021-07-28 19:08:57 +0300
commit1ff26cd7fc8cf9bd8fa351a4a9311bf633775226 (patch)
treefc853b6400afcf288e99f11d463d3eb9eff6c834
parente266f9fa40c61a1b60051c7ff76d54a21463dbcd (diff)
Release 0.9.1
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 8a9d4c6..abbb28b 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.9.0',
+ version: '0.9.1',
default_options: ['c_std=c99',
'warning_level=2',
'buildtype=release',