Skip to content

Commit

Permalink
version bump for firast release
Browse files Browse the repository at this point in the history
  • Loading branch information
jcupitt committed Mar 15, 2023
1 parent 10f8a54 commit 9ba52cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand All @@ -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(
Expand Down

0 comments on commit 9ba52cd

Please sign in to comment.