We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab9d207 commit d11cc1fCopy full SHA for d11cc1f
meson.build
@@ -1,5 +1,5 @@
1
project('x86-simd-sort', 'cpp',
2
- version : '4.0.0',
+ version : '5.0.x',
3
license : 'BSD 3-clause',
4
default_options : ['cpp_std=c++17'])
5
fs = import('fs')
@@ -40,7 +40,7 @@ libsimdsort = shared_library('x86simdsortcpp',
40
link_with : [libtargets],
41
gnu_symbol_visibility : 'inlineshidden',
42
install : true,
43
- soversion : 0,
+ soversion : 1,
44
)
45
46
pkg_mod = import('pkgconfig')
0 commit comments