Fixed version number for 1.0.0 release
This commit is contained in:
parent
4ae9296a4f
commit
bcf60fb195
|
@ -20,9 +20,8 @@
|
|||
|
||||
#include <cstdint>
|
||||
#include <cstddef>
|
||||
#include <mutex>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <mutex>
|
||||
|
||||
#include "AVSCommon/Utils/Logger/LoggerUtils.h"
|
||||
#include "SharedDataStream.h"
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue