library versioning support added;
parent
29bcfa8ca4
commit
4bab5fc93d
@ -0,0 +1,22 @@
|
|||||||
|
/*
|
||||||
|
* Secure X Message Passing Library v2 implementation.
|
||||||
|
* (sxmplv2) it superseed all versions before due to the:
|
||||||
|
* - memory consumption
|
||||||
|
* - new features such as pulse emitting
|
||||||
|
* - performance optimization
|
||||||
|
*
|
||||||
|
* This is a proprietary software. See COPYING for further details.
|
||||||
|
*
|
||||||
|
* (c) Askele Group 2013-2015 <http://askele.com>
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef __SXMP_VERSION_H__
|
||||||
|
#define __SXMP_VERSION_H__
|
||||||
|
|
||||||
|
#define SXMP_BRANCH 0
|
||||||
|
#define SXMP_MAJOR 4
|
||||||
|
#define SXMP_MINOR 1
|
||||||
|
|
||||||
|
#endif /* __SXMP_VERSION_H__ */
|
||||||
|
|
Loading…
Reference in New Issue