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>2022-03-18 16:31:21 +0300
committerJean-Baptiste Kempf <jb@videolan.org>2022-03-18 16:31:21 +0300
commit99172b11470776177939c3d2bc366fe8d904eab7 (patch)
tree2d1ab559179fd8d6957200b3ea0f0f84fb0b712f
parent56e7ffc0dbe44970a4d55ec2241824c67add9dd5 (diff)
1.0.01.0.0
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 5efb88c..a312ae0 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.2',
+ version: '1.0.0',
default_options: ['c_std=c99',
'warning_level=2',
'buildtype=release',