Skip to content

Commit

Permalink
Create a new 6.1.0 release (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattalvarado authored Jun 14, 2023
1 parent 19f691d commit 76df5ba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

cmake_minimum_required(VERSION 3.1)

set(CPACK_PACKAGE_VERSION "6.0.0")
set(CPACK_PACKAGE_VERSION "6.1.0")

if (${CMAKE_VERSION} VERSION_LESS "3.12")
project(LibMultiSense
Expand Down
2 changes: 1 addition & 1 deletion VERSION.TXT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This is the MultiSense API version 6.0.0
This is the MultiSense API version 6.1.0
2 changes: 1 addition & 1 deletion source/LibMultiSense/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ endif()
#
# Versioning...someday lets automate this somehow
#
set(version "6.0.0")
set(version "6.1.0")
set_target_properties(MultiSense PROPERTIES VERSION "${version}")

target_include_directories(MultiSense PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include> $<INSTALL_INTERFACE:include>)
Expand Down
2 changes: 1 addition & 1 deletion source/LibMultiSense/include/MultiSense/details/channel.hh
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ private:
//
// The version of this API

static CRL_CONSTEXPR VersionType API_VERSION = 0x0600; // 6.0
static CRL_CONSTEXPR VersionType API_VERSION = 0x0601; // 6.1

//
// Misc. internal constants
Expand Down

0 comments on commit 76df5ba

Please sign in to comment.