From fa4ec324de58b7540fe0a7106ea175259691da5e Mon Sep 17 00:00:00 2001 From: ado Date: Fri, 1 Mar 2024 16:22:45 +0100 Subject: [PATCH] Update version --- CMakeLists.txt | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 98b114e..01df5e5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.14) project( ssp - VERSION 1.7.0 + VERSION 1.7.1 DESCRIPTION "csv parser" HOMEPAGE_URL "https://github.com/red0124/ssp" LANGUAGES CXX diff --git a/meson.build b/meson.build index 2edf37f..2d60c47 100644 --- a/meson.build +++ b/meson.build @@ -6,7 +6,7 @@ project( 'cpp_std=c++17', 'buildtype=debugoptimized', 'wrap_mode=forcefallback'], - version: '1.7.0', + version: '1.7.1', meson_version:'>=0.54.0') fast_float_dep = dependency('fast_float')