This repository was archived by the owner on Nov 23, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 33[ ![ Release] [ release-image] ] [ releases]
44[ ![ License] [ license-image] ] [ license]
55
6- [ release-image ] : http://img.shields.io/badge/release-0.3 .0-blue.svg?style=flat
7- [ releases ] : https://github.com/IntelRealSense/realsense_sdk/tree/v0.3 .0
6+ [ release-image ] : http://img.shields.io/badge/release-0.6 .0-blue.svg?style=flat
7+ [ releases ] : https://github.com/IntelRealSense/realsense_sdk/tree/v0.6 .0
88
99[ license-image ] : http://img.shields.io/badge/license-Apache--2-blue.svg?style=flat
1010[ license ] : LICENSE
Original file line number Diff line number Diff line change 1- set(SDK_VERSION_MAJOR 0 )
2- set(SDK_VERSION_MINOR 3 )
3- set(SDK_VERSION_PATCH 0 )
1+ set(SDK_VERSION_MAJOR 0 )
2+ set(SDK_VERSION_MINOR 6 )
3+ set(SDK_VERSION_PATCH 0 )
Original file line number Diff line number Diff line change 44#pragma once
55
66#define SDK_VER_MAJOR 0
7- #define SDK_VER_MINOR 3
7+ #define SDK_VER_MINOR 6
88#define SDK_VER_PATCH 0
9- #define SDK_VERSION_STRING static volatile char version_id[] = "VERSION: 0.3 .0";
9+ #define SDK_VERSION_STRING static volatile char version_id[] = "VERSION: 0.6 .0";
1010#define SDK_BUILD_STRING static volatile char build[]= "BUILD DATE: " __DATE__ " " __TIME__;
1111#define SDK_COPYRIGHT_STRING static volatile char copyright[]="COPYRIGHT: Intel Confidential Copyright 2016";
1212
1313
1414SDK_VERSION_STRING
1515SDK_BUILD_STRING
16- SDK_COPYRIGHT_STRING
16+ SDK_COPYRIGHT_STRING
You can’t perform that action at this time.
0 commit comments