mirror of
https://github.com/CPunch/Laika.git
synced 2024-11-13 01:10:05 +00:00
12 lines
263 B
C
12 lines
263 B
C
|
#ifndef LAIKA_CONFIG_H
|
||
|
#define LAIKA_CONFIG_H
|
||
|
|
||
|
/* version info */
|
||
|
#define LAIKA_VERSION_MAJOR @LAIKA_VERSION_MAJOR@
|
||
|
#define LAIKA_VERSION_MINOR @LAIKA_VERSION_MINOR@
|
||
|
|
||
|
/* keys */
|
||
|
#define LAIKA_PUBKEY "@LAIKA_PUBKEY@"
|
||
|
#define LAIKA_PRIVKEY "@LAIKA_PRIVKEY@"
|
||
|
|
||
|
#endif
|