MagAO-X
Operations Applications Utilities Source
magaox_git_version.h
Go to the documentation of this file.
1 #ifndef MAGAOX_VERSION_H
2 #define MAGAOX_VERSION_H
3 
4 #define MAGAOX_CURRENT_SHA1 "5f48f90f43153de295fa983878c82b50c8342f71"
5 #define MAGAOX_REPO_MODIFIED 1
6 
7 
8 #if MAGAOX_REPO_MODIFIED == 1
9  #ifndef GITHEAD_NOWARNING
10  #pragma message ("******************************************")
11  #pragma message ("* *")
12  #pragma message ("* WARNING: repository modified *")
13  #pragma message ("* changes not committed for *")
14  #pragma message ("* MagAOX *")
15  #pragma message ("* *")
16  #pragma message ("******************************************")
17  #endif
18 #endif
19 
20 
21 #endif