Skip to content

Commit 4e97644

Browse files
authored
Bump to v1.2.0 (#95)
* version bump for v1.2.0 * forgot to bump ABI
1 parent 9b68aaa commit 4e97644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ endif
3636
# 2. Backward-compatible ABI change: bump minor, reset patch
3737
# 3. Other, eg. bugfix: bump patch
3838
abi_version_major = 1
39-
abi_version_minor = 1
39+
abi_version_minor = 2
4040
abi_version_patch = 0
4141

4242
abi_version = '@0@.@1@.@2@'.format(

0 commit comments

Comments
 (0)