Skip to content

Commit d11cc1f

Browse files
author
Raghuveer Devulapalli
committed
Update release and soversion
1 parent ab9d207 commit d11cc1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('x86-simd-sort', 'cpp',
2-
version : '4.0.0',
2+
version : '5.0.x',
33
license : 'BSD 3-clause',
44
default_options : ['cpp_std=c++17'])
55
fs = import('fs')
@@ -40,7 +40,7 @@ libsimdsort = shared_library('x86simdsortcpp',
4040
link_with : [libtargets],
4141
gnu_symbol_visibility : 'inlineshidden',
4242
install : true,
43-
soversion : 0,
43+
soversion : 1,
4444
)
4545

4646
pkg_mod = import('pkgconfig')

0 commit comments

Comments
 (0)