Skip to content

Commit

Permalink
build: Bump ABI version
Browse files Browse the repository at this point in the history
Signed-off-by: LIU Hao <[email protected]>
  • Loading branch information
lhmouse committed Nov 1, 2024
1 parent 41ee083 commit 9715df3
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
Expand Up @@ -14,7 +14,7 @@

project('mcfgthread',
'c', 'cpp',
version: '1.9.beta.2',
version: '1.9.ga',
license: 'LGPL-3.0-or-later WITH GCC-exception-3.1',
default_options: [ 'c_std=c99', 'cpp_std=c++11', 'warning_level=2' ],
meson_version: '>= 1.3.0')
Expand Down

0 comments on commit 9715df3

Please sign in to comment.