From 9ba52cd5ed7db1f19e31670ed04b36473594a0d5 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Wed, 15 Mar 2023 14:51:37 +0000 Subject: [PATCH] version bump for firast release --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 4fe1d45..b2e65ed 100644 --- a/meson.build +++ b/meson.build @@ -8,7 +8,7 @@ project( ], license : 'MIT', meson_version : '>=0.54', - version : '0.1.0', + version : '0.2.0', ) if not meson.is_subproject() meson.add_dist_script( @@ -34,7 +34,7 @@ endif # 2. Backward-compatible ABI change: bump minor, reset patch # 3. Other, eg. bugfix: bump patch abi_version_major = 0 -abi_version_minor = 1 +abi_version_minor = 2 abi_version_patch = 0 abi_version = '@0@.@1@.@2@'.format(