Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Zoppi <[email protected]>
  • Loading branch information
TexZK committed Apr 7, 2024
1 parent 12d778c commit 7f9df53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@
# =====================================================================

project('aymo', 'c',
version: '0.0.2',
version: '0.0.3',
meson_version: '>=0.60.0',
default_options: [
'warning_level=2',
'c_std=c99',
'buildtype=release'
],
)
libversion = '0.0.2'
libversion = '0.0.3'

cc = meson.get_compiler('c')
host_system = host_machine.system()
Expand Down

0 comments on commit 7f9df53

Please sign in to comment.