Skip to content

Commit

Permalink
Merge pull request #346 from cgwalters/release
Browse files Browse the repository at this point in the history
Release 1.0.5
  • Loading branch information
cgwalters committed Sep 16, 2024
2 parents 84150dd + 156fc2c commit 2b6560e
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
@@ -1,7 +1,7 @@
project(
'composefs',
'c',
version : '1.0.5',
version : '1.0.6',
default_options : [
'c_std=c99',
'warning_level=1',
Expand All @@ -11,7 +11,7 @@ project(
pkg = import('pkgconfig')

libcomposefs_version_major = 1
libcomposefs_version_minor = 3
libcomposefs_version_minor = 4
libcomposefs_version_micro = 0
libversion = '@0@.@1@.@2@'.format(libcomposefs_version_major, libcomposefs_version_minor, libcomposefs_version_micro)
soversion = libcomposefs_version_major
Expand Down

0 comments on commit 2b6560e

Please sign in to comment.