Zivid  1.0.1+3607.8a7510c4
Zivid API
Version.h
Go to the documentation of this file.
1 /*[
2  * This file is part of the Zivid 3D Camera API
3  *
4  * Copyright 2015-2018 (C) Zivid Labs. All rights reserved.
5  * Contact info@zividlabs.com or see http://www.zividlabs.com
6  *
7  * This code is proprietary and confidential.
8  * Unauthorized copying of this file, via any medium is strictly prohibited.
9 ]*/
10 
11 #pragma once
12 
15 
16 #include "APIExport.h"
17 #include <string>
18 
20 #define ZIVID_VERSION_MAJOR "1"
21 
23 #define ZIVID_VERSION_MINOR "0"
24 
26 #define ZIVID_VERSION_PATCH "1"
27 
29 #define ZIVID_VERSION_BUILD "3607.8a7510c4"
30 
32 #define ZIVID_VERSION "1.0.1+3607.8a7510c4"
33 
34 
35 namespace Zivid
36 {
37  namespace Version
38  {
41  ZIVID_COMMON std::string libraryVersion();
42  }
43 } // namespace Zivid
Definition: Application.h:19
Definitions for export of DLL interfaces