This repository was archived by the owner on Nov 23, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
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 33
44#pragma once
55
6- #define SDK_VER_MAJOR 0
7- #define SDK_VER_MINOR 6
8- #define SDK_VER_PATCH 0
9- #define SDK_VERSION_STRING static volatile char version_id[] = "VERSION: 0.6.0";
6+ #define SDK_VER_MAJOR 0
7+ #define SDK_VER_MINOR 6
8+ #define SDK_VER_PATCH 0
9+ #define SDK_VERSION_STRING static volatile char version_id[] = "VERSION: 0.6.0";
10+ #define SDK_BUILD_STRING static volatile char build[]= "BUILD DATE: " __DATE__ " " __TIME__;
11+ #define SDK_COPYRIGHT_STRING static volatile char copyright[]="COPYRIGHT: Intel Confidential Copyright 2016";
12+
1013
1114SDK_VERSION_STRING
15+ SDK_BUILD_STRING
16+ SDK_COPYRIGHT_STRING
You can’t perform that action at this time.
0 commit comments