We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b68aaa commit 4e97644Copy full SHA for 4e97644
meson.build
@@ -36,7 +36,7 @@ endif
36
# 2. Backward-compatible ABI change: bump minor, reset patch
37
# 3. Other, eg. bugfix: bump patch
38
abi_version_major = 1
39
-abi_version_minor = 1
+abi_version_minor = 2
40
abi_version_patch = 0
41
42
abi_version = '@0@.@1@.@2@'.format(
0 commit comments