Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
quietvoid committed Aug 6, 2022
1 parent 110b164 commit da3b994
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=c11', 'cpp_std=c++11'],
meson_version: '>=0.51.0',
version: '1.4.2'
version: '1.4.3'
)

win32 = host_machine.system() == 'windows' or host_machine.system() == 'cgywin'
Expand Down

0 comments on commit da3b994

Please sign in to comment.