diff options
author | Petre Eftime <[email protected]> | 2016-05-04 14:32:13 +0300 |
---|---|---|
committer | Petre Eftime <[email protected]> | 2016-05-04 14:32:13 +0300 |
commit | f3298303bbf32b7f49b8aaa85aec3076fd13a2d6 (patch) | |
tree | 2c9a26f14b5b510ac6d5a1b2d7c8779904723963 /include | |
parent | 249b457f16623885db25d3ce58b6bb1de4eb509a (diff) |
Add additional version information, including in jar manifest
Signed-off-by: Petre Eftime <[email protected]>
Diffstat (limited to 'include')
-rw-r--r-- | include/version.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/version.h b/include/version.h index 5dbf12e0..7a8a67c9 100644 --- a/include/version.h +++ b/include/version.h @@ -2,3 +2,4 @@ extern const char* gVERSION; extern const char* gVERSION_SHORT; +extern const char* gVERSION_API; |