diff --git a/AVSCommon/Utils/include/AVSCommon/Utils/SDS/BufferLayout.h b/AVSCommon/Utils/include/AVSCommon/Utils/SDS/BufferLayout.h index 8d8d4696b1..ed57429bab 100644 --- a/AVSCommon/Utils/include/AVSCommon/Utils/SDS/BufferLayout.h +++ b/AVSCommon/Utils/include/AVSCommon/Utils/SDS/BufferLayout.h @@ -20,9 +20,8 @@ #include #include -#include -#include #include +#include #include "AVSCommon/Utils/Logger/LoggerUtils.h" #include "SharedDataStream.h" diff --git a/CMakeLists.txt b/CMakeLists.txt index a9fe5f592e..86a2aa4670 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.0.0 LANGUAGES CXX) set(PROJECT_BRIEF "A cross-platform, modular SDK for interacting with the Alexa Voice Service") include(build/BuildDefaults.cmake)