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.
15 lines
315 B
C
15 lines
315 B
C
//
|
|
// 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@"
|
|
#define GIT_BRANCH_NAME "@GIT_BRANCH_NAME@"
|
|
|
|
|
|
#endif //XMRBLOCKS_VERSION_H_IN_H
|