From 3842f6c7b8881ad7f0706a3a2273ec9991c65a84 Mon Sep 17 00:00:00 2001 From: King_DuckZ Date: Thu, 18 Mar 2021 16:08:52 +0100 Subject: [PATCH] Version bump to 1.1.2 --- CMakeLists.txt | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0ff4f5d..bf9b35f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.0 FATAL_ERROR) -project(vectorwrapper VERSION 1.1.1) +project(vectorwrapper VERSION 1.1.2) include(CMakePackageConfigHelpers) include(GNUInstallDirs) diff --git a/meson.build b/meson.build index bdcca14..98f8810 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('vectorwrapper', 'cpp', - version: '1.1.1', + version: '1.1.2', meson_version: '>=0.50.0', default_options:['cpp_std=c++11', 'b_ndebug=if-release'] )