Private
Public Access
2
0

version.h: add versioning info from git

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-04-28 00:29:14 +01:00
parent 1ba2d6040c
commit 00fd42b186
11 changed files with 262 additions and 15 deletions

View File

@@ -24,8 +24,6 @@
#pragma once
#define MAA_LIBRARY_VERSION 1
typedef enum {
MAA_SUCCESS = 0,
MAA_ERROR_FEATURE_NOT_IMPLEMENTED = 1,
@@ -41,4 +39,4 @@ typedef enum {
MAA_ERROR_UNSPECIFIED = 99
} maa_result_t;
maa_result_t maa_get_version();
const char* maa_get_version();