Version bump to 1.1.2

This commit is contained in:
King_DuckZ 2021-03-18 16:08:52 +01:00
parent 7d5d4c2e05
commit 3842f6c7b8
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.0 FATAL_ERROR) cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
project(vectorwrapper VERSION 1.1.1) project(vectorwrapper VERSION 1.1.2)
include(CMakePackageConfigHelpers) include(CMakePackageConfigHelpers)
include(GNUInstallDirs) include(GNUInstallDirs)

View File

@ -1,5 +1,5 @@
project('vectorwrapper', 'cpp', project('vectorwrapper', 'cpp',
version: '1.1.1', version: '1.1.2',
meson_version: '>=0.50.0', meson_version: '>=0.50.0',
default_options:['cpp_std=c++11', 'b_ndebug=if-release'] default_options:['cpp_std=c++11', 'b_ndebug=if-release']
) )