Updated version number in top-level CMakeLists.txt for 1.1
This commit is contained in:
parent
81c81b431e
commit
7d35e68de1
|
@ -1,7 +1,7 @@
|
||||||
cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
|
cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
|
||||||
|
|
||||||
# Set project information
|
# Set project information
|
||||||
project(AlexaClientSDK VERSION 0.0.0 LANGUAGES CXX)
|
project(AlexaClientSDK VERSION 1.1.0 LANGUAGES CXX)
|
||||||
set(PROJECT_BRIEF "A cross-platform, modular SDK for interacting with the Alexa Voice Service")
|
set(PROJECT_BRIEF "A cross-platform, modular SDK for interacting with the Alexa Voice Service")
|
||||||
|
|
||||||
include(build/BuildDefaults.cmake)
|
include(build/BuildDefaults.cmake)
|
||||||
|
|
Loading…
Reference in New Issue