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

Commit

Permalink
PR 949: update version file
Browse files Browse the repository at this point in the history
 - update version file
  • Loading branch information
matkatz committed Nov 23, 2016
2 parents 9ed24cd + a59b77e commit 1c8286f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
[ ![Release] [release-image] ] [releases]
[ ![License] [license-image] ] [license]

[release-image]: http://img.shields.io/badge/release-0.3.0-blue.svg?style=flat
[releases]: https://github.com/IntelRealSense/realsense_sdk/tree/v0.3.0
[release-image]: http://img.shields.io/badge/release-0.6.0-blue.svg?style=flat
[releases]: https://github.com/IntelRealSense/realsense_sdk/tree/v0.6.0

[license-image]: http://img.shields.io/badge/license-Apache--2-blue.svg?style=flat
[license]: LICENSE
Expand Down
6 changes: 3 additions & 3 deletions sdk/CMakeVersion
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
set(SDK_VERSION_MAJOR 0 )
set(SDK_VERSION_MINOR 3 )
set(SDK_VERSION_PATCH 0 )
set(SDK_VERSION_MAJOR 0 )
set(SDK_VERSION_MINOR 6 )
set(SDK_VERSION_PATCH 0 )
6 changes: 3 additions & 3 deletions sdk/include/rs_sdk_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#pragma once

#define SDK_VER_MAJOR 0
#define SDK_VER_MINOR 3
#define SDK_VER_MINOR 6
#define SDK_VER_PATCH 0
#define SDK_VERSION_STRING static volatile char version_id[] = "VERSION: 0.3.0";
#define SDK_VERSION_STRING static volatile char version_id[] = "VERSION: 0.6.0";
#define SDK_BUILD_STRING static volatile char build[]= "BUILD DATE: " __DATE__ " " __TIME__;
#define SDK_COPYRIGHT_STRING static volatile char copyright[]="COPYRIGHT: Intel Confidential Copyright 2016";


SDK_VERSION_STRING
SDK_BUILD_STRING
SDK_COPYRIGHT_STRING
SDK_COPYRIGHT_STRING

0 comments on commit 1c8286f

Please sign in to comment.