mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches
mxlib_comp_version.h
1#ifndef MXLIB_COMP_VERSION_H
2#define MXLIB_COMP_VERSION_H
3
4#define MXLIB_COMP_BRANCH "dev"
5#define MXLIB_COMP_CURRENT_SHA1 "73272bc35cf053c9b8beb77abd9ed16bf8731a1b"
6#define MXLIB_COMP_REPO_MODIFIED 0
7
8
9
10
11#endif