diff options
| author | Clement Sibille <clements+git@lisible.xyz> | 2024-05-20 23:25:25 +0900 | 
|---|---|---|
| committer | Clement Sibille <clements+git@lisible.xyz> | 2024-05-20 23:25:25 +0900 | 
| commit | 3a4e0c47a1015d8b16196521b60dc3b9aaa1a6a2 (patch) | |
| tree | fc65300171789ec74a8853fea03fc4a98859bcd6 | |
| parent | ee35a714d51e523d83c40b92ceb30d4c1fab4ead (diff) | |
Increment version number for future version
| -rw-r--r-- | meson.build | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 7b3f21e..ad41bc3 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('lisiblestd', 'c', version: '0.2.0', default_options: ['c_std=c18', 'warning_level=3']) +project('lisiblestd', 'c', version: '0.3.0', default_options: ['c_std=c18', 'warning_level=3'])  lisiblestd_incdir = include_directories('src/')  lisiblestd_lib = library('lisiblestd',   | 
