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
244 B
C
14 lines
244 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 "master"
|
||
|
#define GIT_COMMIT_HASH "46205ab"
|
||
|
#define GIT_COMMIT_DATETIME "2016-11-23"
|
||
|
|
||
|
|
||
|
#endif //XMRBLOCKS_VERSION_H_IN_H
|