Skip to content

Commit

Permalink
Bump to v1.2.0 (#95)
Browse files Browse the repository at this point in the history
* version bump for v1.2.0

* forgot to bump ABI
  • Loading branch information
jcupitt authored Jan 11, 2025
1 parent 9b68aaa commit 4e97644
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 4e97644

Please sign in to comment.