Skip to content

Commit

Permalink
build: Update version to 0.2.0
Browse files Browse the repository at this point in the history
Since 0.1.0, libavtp had some nice improvements:

 - cmoka is now a test dependency only
 - Fixed issues with gcc 9
 - RVF support.

So it makes sense to bump the version.

Signed-off-by: Ederson de Souza <ederson.desouza@intel.com>
  • Loading branch information
edersondisouza committed Feb 9, 2022
1 parent 5b64c9e commit 3599a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'libavtp',
'c',
version: '0.1.0',
version: '0.2.0',
license: 'BSD-3-Clause',
meson_version: '>=0.46.0',
)
Expand Down

0 comments on commit 3599a5b

Please sign in to comment.