Skip to content

Commit a7cf800

Browse files
committed
Change the version on master branch to have -dev suffix
Releases will have that suffix removed.
1 parent aa351a6 commit a7cf800

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.9)
22
set(CMAKE_CXX_STANDARD 11)
33
project(aws-lambda-runtime
4-
VERSION 0.2.6
4+
VERSION 0.0.0
55
LANGUAGES CXX)
66

77
option(ENABLE_LTO "Enables link-time optimization, requires compiler support." ON)
@@ -16,7 +16,7 @@ add_library(${PROJECT_NAME}
1616

1717
set_target_properties(${PROJECT_NAME} PROPERTIES
1818
SOVERSION 0
19-
VERSION ${PROJECT_VERSION})
19+
VERSION ${PROJECT_VERSION}-dev)
2020

2121
target_include_directories(${PROJECT_NAME} PUBLIC
2222
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>

0 commit comments

Comments
 (0)