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-14 01:39:00 +0300
committerJean-Baptiste Kempf <jb@videolan.org>2019-03-14 01:39:00 +0300
commitdc769f5d44b697a6a8c1fdd975bbab6cd2864574 (patch)
treed5541f76332a6901fc5a571275a8c61fae5f1315
parent408d0486889f4f6d92f73abdeaef250659a10bc7 (diff)
On the road to 0.2.2
-rw-r--r--NEWS4
-rw-r--r--meson.build2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a0a9470..b3e31ca 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes for 0.2.2 'Antelope':
+----------------------------
+
+
Changes for 0.2.1 'Antelope':
----------------------------
diff --git a/meson.build b/meson.build
index 77ee473..1258f89 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.1',
+ version: '0.2.2',
default_options: ['c_std=c99',
'warning_level=2',
'buildtype=release',