Skip to content

Commit

Permalink
use number of version for now
Browse files Browse the repository at this point in the history
  • Loading branch information
soumyaDghosh authored Feb 9, 2024
1 parent 0b5b7e8 commit 9ca2aef
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,5 +1,5 @@
project('mousam',
version: run_command('dpkg-parsechangelog', '--show-field', 'Version', check: true).stdout().strip(),
version: '1.0.2',
meson_version: '>= 0.61.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)
Expand Down

0 comments on commit 9ca2aef

Please sign in to comment.