mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches
/home/jrmales/Source/mxlib/mxlib_git_version.h
1#ifndef MXLIB_VERSION_H
2#define MXLIB_VERSION_H
3
4#define MXLIB_BRANCH "dev"
5#define MXLIB_CURRENT_SHA1 "6ade7fd7b19605116256df8efb092821a34095c8"
6#define MXLIB_REPO_MODIFIED 1
7
8
9#if MXLIB_REPO_MODIFIED == 1
10 #ifndef GITHEAD_NOWARNING
11 #define GITHEAD_NOWARNING
12 #pragma message ("******************************************")
13 #pragma message ("* *")
14 #pragma message ("* WARNING: repository modified *")
15 #pragma message ("* changes not committed for *")
16 #pragma message ("* mxlib *")
17 #pragma message ("* *")
18 #pragma message ("******************************************")
19 #endif
20#endif
21
22
23#endif