Update version

This commit is contained in:
ado 2024-02-28 00:58:14 +01:00
parent 8bad2d72ea
commit ddaa446819
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.14)
project(
ssp
VERSION 1.6.2
VERSION 1.7.0
DESCRIPTION "csv parser"
HOMEPAGE_URL "https://github.com/red0124/ssp"
LANGUAGES CXX

View File

@ -6,7 +6,7 @@ project(
'cpp_std=c++17',
'buildtype=debugoptimized',
'wrap_mode=forcefallback'],
version: '1.6.2',
version: '1.7.0',
meson_version:'>=0.54.0')
fast_float_dep = dependency('fast_float')