Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
Fixed version number for 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mradulan committed Aug 9, 2017
1 parent 4ae9296 commit bcf60fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions AVSCommon/Utils/include/AVSCommon/Utils/SDS/BufferLayout.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit bcf60fb

Please sign in to comment.