Skip to content

Commit

Permalink
build: Update version to MAJOR.MINOR.PATCH format
Browse files Browse the repository at this point in the history
In meson.build, we have the 'version' argument from project() in the
format MAJOR.MINOR. This patch changes it so it explicitly shows the
PATCH version, following the format MAJOR.MINOR.PATCH.

Signed-off-by: Andre Guedes <[email protected]>
  • Loading branch information
Andre Guedes authored and andrew-elder committed Jan 23, 2020
1 parent 2c8b0e6 commit 95857b0
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',
version: '0.1.0',
license: 'BSD-3-Clause',
)

Expand Down

0 comments on commit 95857b0

Please sign in to comment.