Skip to content

Commit f2c5c76

Browse files
committed
updating version number to 1.1.5
1 parent 381829c commit f2c5c76

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.10)
2-
project(pystring LANGUAGES CXX VERSION 1.1.4)
2+
project(pystring LANGUAGES CXX VERSION 1.1.5)
33

44
set(CMAKE_CXX_STANDARD 11)
55
set(CMAKE_CXX_STANDARD_REQUIRED ON)

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'pystring',
33
'cpp',
4-
version: '1.1.4',
4+
version: '1.1.5',
55
license: 'BSD-3-Clause',
66
license_files: 'LICENSE',
77
meson_version: '>=1.3',

0 commit comments

Comments
 (0)