#ifndef SVNREV_H
#define SVNREV_H
#ifdef __cplusplus
extern "C"
{
#endif
const char *GetRev();
}
#endif /* SVNREV_H */