#ifndef VERSION_H
#define VERSION_H

#define FLAPPIE_VERSION_MAJOR		1
#define FLAPPIE_VERSION_MINOR		1
#define FLAPPIE_VERSION_PATCH		0
#define FLAPPIE_VERSION_GITHASH	9851099
#define FLAPPIE_VERSION "1.1.0-9851099"


#endif /* VERSION_H */
