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-03-04 20:15:48 +0300
committerJean-Baptiste Kempf <jb@videolan.org>2019-03-04 20:15:48 +0300
commite29cb9af406a70876ce287d8f5e050f8b8b07862 (patch)
tree686c6e93b5b3fbb357b7a989576b0b0acafbb66d /meson.build
parent8e379f1d64bf09224ce2863b0d8aeb7cbfde92d6 (diff)
On the road to 0.2.1
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 0bf8516..8499ea6 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.0',
+ version: '0.2.1',
default_options: ['c_std=c99',
'warning_level=2',
'buildtype=release',