Skip to content

Commit

Permalink
Change the version on master branch to have -dev suffix
Browse files Browse the repository at this point in the history
Releases will have that suffix removed.
  • Loading branch information
marcomagdy committed Oct 23, 2020
1 parent aa351a6 commit a7cf800
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.9)
set(CMAKE_CXX_STANDARD 11)
project(aws-lambda-runtime
VERSION 0.2.6
VERSION 0.0.0
LANGUAGES CXX)

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

set_target_properties(${PROJECT_NAME} PROPERTIES
SOVERSION 0
VERSION ${PROJECT_VERSION})
VERSION ${PROJECT_VERSION}-dev)

target_include_directories(${PROJECT_NAME} PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
Expand Down

0 comments on commit a7cf800

Please sign in to comment.