Skip to content

Commit

Permalink
Release v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sgt0 committed Aug 5, 2024
1 parent 027e58b commit e0a1094
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('vs-placebo', ['c', 'cpp'],
default_options: ['buildtype=release', 'b_ndebug=if-release', 'c_std=c17', 'cpp_std=c++20'],
meson_version: '>=1.4.0',
version: '3.0.0'
version: '3.0.1'
)

cc = meson.get_compiler('c')
Expand Down

0 comments on commit e0a1094

Please sign in to comment.