Skip to content

Commit 47e155b

Browse files
author
Raghuveer Devulapalli
committed
Prep for v7.0
1 parent 15d255b commit 47e155b

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 : '6.0.x',
2+
version : '7.0.x',
33
license : 'BSD 3-clause',
44
default_options : ['cpp_std=c++17'])
55
fs = import('fs')
@@ -71,7 +71,7 @@ endif
7171

7272
pkg_mod = import('pkgconfig')
7373
pkg_mod.generate(libraries : libsimdsort,
74-
version : '4.0',
74+
version : '7.0',
7575
name : 'libx86simdsortcpp',
7676
filebase : 'x86simdsortcpp',
7777
description : 'C++ template library for high performance SIMD based sorting routines.')

0 commit comments

Comments
 (0)