Rumba C++ SDK
Version.h
Go to the documentation of this file.
1 /*
2 
3  *
4  ***
5  *****
6  ********************* Mercenaries Engineering SARL
7  ***************** Copyright (C) 2018
8  *************
9  ********* http://www.mercenaries-engineering.com
10  ***********
11  **** ****
12  ** **
13 
14 */
15 #pragma once
16 
17 // Increment this one at every api modifications !
18 #define RUMBA_SDK_BETA_MINOR_VERSION 3
19 // Increment this one when the api is frozen and a new beta one is started.
20 #define RUMBA_SDK_BETA_MAJOR_VERSION 1
21 
22 #define RUMBA_SDK_BETA_VERSION ((RUMBA_SDK_BETA_MAJOR_VERSION<<16)|RUMBA_SDK_BETA_MINOR_VERSION)
23 
25 
28  namespace maquina
30  {
31  }
This version of the SDK is unstable, i-e, it may change with no warning.
Definition: AddCurveAction.h:20