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-09-03 17:41:46 +0300
committerJean-Baptiste Kempf <jb@videolan.org>2021-09-03 17:42:36 +0300
commit7b433e077298d0f4faf8da6d6eb5774e29bffa54 (patch)
tree31c767b588f6385cbe440771d6164c250b936cdd
parent9d6456328a1458970904abb1ee880308c5e4baac (diff)
Update version number to 0.9.20.9.2
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 96ac31e..a9cfa04 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.1',
+ version: '0.9.2',
default_options: ['c_std=c99',
'warning_level=2',
'buildtype=release',