Skip to content

Commit

Permalink
forgot to bump ABI
Browse files Browse the repository at this point in the history
  • Loading branch information
jcupitt committed Jan 11, 2025
1 parent b247aff commit ca75220
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 @@ -36,7 +36,7 @@ endif
# 2. Backward-compatible ABI change: bump minor, reset patch
# 3. Other, eg. bugfix: bump patch
abi_version_major = 1
abi_version_minor = 1
abi_version_minor = 2
abi_version_patch = 0

abi_version = '@0@.@1@.@2@'.format(
Expand Down

0 comments on commit ca75220

Please sign in to comment.