Version bump to 1.1.1
This commit is contained in:
parent
222a3b3621
commit
965caeee7b
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
|
||||
project(vectorwrapper VERSION 1.1.0)
|
||||
project(vectorwrapper VERSION 1.1.1)
|
||||
|
||||
include(CMakePackageConfigHelpers)
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
project('vectorwrapper', 'cpp',
|
||||
version: '1.1.0',
|
||||
version: '1.1.1',
|
||||
meson_version: '>=0.50.0',
|
||||
default_options:['cpp_std=c++11', 'b_ndebug=if-release']
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue