We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa351a6 commit 8bcd8a2Copy full SHA for 8bcd8a2
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.9)
2
set(CMAKE_CXX_STANDARD 11)
3
project(aws-lambda-runtime
4
- VERSION 0.2.6
+ VERSION 0.2.7
5
LANGUAGES CXX)
6
7
option(ENABLE_LTO "Enables link-time optimization, requires compiler support." ON)
0 commit comments