mirror of
https://github.com/CPunch/Laika.git
synced 2025-09-25 19:30:22 +00:00
Added commit hash to version display
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
#ifndef LAIKA_CONFIG_H
|
||||
#define LAIKA_CONFIG_H
|
||||
|
||||
/* version info */
|
||||
#define LAIKA_VERSION_MAJOR 0
|
||||
#define LAIKA_VERSION_MINOR 1
|
||||
|
||||
/* keys */
|
||||
#define LAIKA_PUBKEY "40d5534aca77d1f5ec2bbe79dd9d0f52a78148918f95814404cefe97c34c5c27"
|
||||
#define LAIKA_PRIVKEY "90305aa77023d1c1e03265c3b6af046eb58d6ec8ba650b0dffed01379feab8cc"
|
||||
#define LAIKA_CNC_IP "127.0.0.1"
|
||||
#define LAIKA_CNC_PORT "13337"
|
||||
|
||||
#endif
|
@@ -4,6 +4,7 @@
|
||||
/* version info */
|
||||
#define LAIKA_VERSION_MAJOR @LAIKA_VERSION_MAJOR@
|
||||
#define LAIKA_VERSION_MINOR @LAIKA_VERSION_MINOR@
|
||||
#define LAIKA_VERSION_COMMIT "@GIT_VERSION@"
|
||||
|
||||
/* keys */
|
||||
#define LAIKA_PUBKEY "@LAIKA_PUBKEY@"
|
||||
|
Reference in New Issue
Block a user