You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
271 B
C
14 lines
271 B
C
8 years ago
|
//
|
||
|
// Created by mwo on 23/11/16.
|
||
|
//
|
||
|
|
||
|
#ifndef XMRBLOCKS_VERSION_H_IN_H
|
||
|
#define XMRBLOCKS_VERSION_H_IN_H
|
||
|
|
||
|
#define GIT_BRANCH "@GIT_BRANCH@"
|
||
|
#define GIT_COMMIT_HASH "@GIT_COMMIT_HASH@"
|
||
|
#define GIT_COMMIT_DATETIME "@GIT_COMMIT_DATETIME@"
|
||
|
|
||
|
|
||
|
#endif //XMRBLOCKS_VERSION_H_IN_H
|