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 15d255b commit 47e155bCopy full SHA for 47e155b
meson.build
@@ -1,5 +1,5 @@
1
project('x86-simd-sort', 'cpp',
2
- version : '6.0.x',
+ version : '7.0.x',
3
license : 'BSD 3-clause',
4
default_options : ['cpp_std=c++17'])
5
fs = import('fs')
@@ -71,7 +71,7 @@ endif
71
72
pkg_mod = import('pkgconfig')
73
pkg_mod.generate(libraries : libsimdsort,
74
- version : '4.0',
+ version : '7.0',
75
name : 'libx86simdsortcpp',
76
filebase : 'x86simdsortcpp',
77
description : 'C++ template library for high performance SIMD based sorting routines.')
0 commit comments