Skip to content
This repository was archived by the owner on Nov 23, 2025. It is now read-only.

Commit 1c8286f

Browse files
committed
PR 949: update version file
- update version file
2 parents 9ed24cd + a59b77e commit 1c8286f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
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

sdk/CMakeVersion

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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 )

sdk/include/rs_sdk_version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
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

1414
SDK_VERSION_STRING
1515
SDK_BUILD_STRING
16-
SDK_COPYRIGHT_STRING
16+
SDK_COPYRIGHT_STRING

0 commit comments

Comments
 (0)