Updated version number in top-level CMakeLists.txt for 1.1

This commit is contained in:
Federico Rozenberg 2017-10-03 10:33:08 -07:00
parent 81c81b431e
commit 7d35e68de1
1 changed files with 1 additions and 1 deletions

View File

@ -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)