Skip to content

Commit

Permalink
meson.build: Bump the soversion
Browse files Browse the repository at this point in the history
We changed a functions signature and added a new one
  • Loading branch information
chouquette committed Sep 2, 2020
1 parent 54644bc commit d5936a4
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 @@ -30,7 +30,7 @@ project('microdns', ['c'],
'b_ndebug=if-release'])

mdns_version = meson.project_version()
mdns_soname_version = '0.1.0'
mdns_soname_version = '1.0.0'

ver_arr = mdns_soname_version.split('.')
mdns_major_version = ver_arr[0]
Expand Down

0 comments on commit d5936a4

Please sign in to comment.