Skip to content

Commit

Permalink
Do not use versions containing directories
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuyaliang committed Mar 19, 2019
1 parent 5ac29e9 commit 735619a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Expand Up @@ -7,7 +7,7 @@ project('group-service', 'c',

gas_id = 'gas'
gas_name = meson.project_name()
gas_api_version = '1.1'
gas_api_version = '1.0'
gas_api_name = '@0@-@1@'.format(gas_name, gas_api_version)
gas_prefix = get_option('prefix')
gas_datadir = join_paths(gas_prefix, get_option('datadir'))
Expand Down

0 comments on commit 735619a

Please sign in to comment.