Update version number in the Meson build file. (#14)

This commit is contained in:
Russel Winder 2018-06-22 11:21:08 +01:00 committed by BBasile
parent ca7318f3d8
commit 69520db72a

View file

@ -1,6 +1,6 @@
project('tinyendian', 'd',
meson_version: '>=0.40',
version: '0.1.2'
version: '0.2.0'
)
project_soversion = '0'