On the road to 0.2.2

This commit is contained in:
Jean-Baptiste Kempf 2019-03-13 23:39:00 +01:00
parent 408d048688
commit dc769f5d44
2 changed files with 5 additions and 1 deletions

4
NEWS
View File

@ -1,3 +1,7 @@
Changes for 0.2.2 'Antelope':
----------------------------
Changes for 0.2.1 'Antelope':
----------------------------

View File

@ -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',