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-04-29 20:04:48 +0300
committerJean-Baptiste Kempf <jb@videolan.org>2019-04-29 20:04:48 +0300
commitde2059a1167ed560269c3253768929ef19cae989 (patch)
tree631c773eb7bd116c26779973d666b3aece76739d
parent0d7aa95dd6b35182f422f7bf7f62a63b61131db2 (diff)
Release 0.3.00.3.0
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 96b7b1f..890d073 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.2.2',
+ version: '0.3.0',
default_options: ['c_std=c99',
'warning_level=2',
'buildtype=release',