Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit b0a02fb

Browse files
committed
added version string to project
1 parent f183270 commit b0a02fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('CCOSS-community', ['cpp','c'], default_options:['cpp_std=c++17'])
1+
project('CCOSS-community', ['cpp','c'], default_options:['cpp_std=c++17'], version:'0.1.0-Pre-3')
22

33
source_inc_dirs = include_directories('Activities',
44
'Entities',

0 commit comments

Comments
 (0)