From 7d35e68de1597c99a21b44fec3e67dc03a127491 Mon Sep 17 00:00:00 2001 From: Federico Rozenberg Date: Tue, 3 Oct 2017 10:33:08 -0700 Subject: [PATCH] Updated version number in top-level CMakeLists.txt for 1.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9c506d36..7d8379b1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.1 FATAL_ERROR) # 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") include(build/BuildDefaults.cmake)