Skip to content

Commit 3967cb4

Browse files
committed
meson: define project version
Let's define the project version so that a dependant may define a specific version (or minimum version) of cxx as a dependency.
1 parent 20d3438 commit 3967cb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meson.build

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ project(
44
license: 'MIT OR Apache-2.0',
55
license_files: ['LICENSE-APACHE', 'LICENSE-MIT'],
66
meson_version: '>= 1.3.0',
7+
version: '1.0.129',
78
)
89

910
add_languages('rust', native: true)

0 commit comments

Comments
 (0)