16d49e1aeSJan Lentfer #ifndef VERSION_H 26d49e1aeSJan Lentfer #define VERSION_H 36d49e1aeSJan Lentfer 43ff40c12SJohn Marino #ifndef VERSION_STR_POSTFIX 53ff40c12SJohn Marino #define VERSION_STR_POSTFIX "" 63ff40c12SJohn Marino #endif /* VERSION_STR_POSTFIX */ 73ff40c12SJohn Marino 8*a1157835SDaniel Fojt #ifndef GIT_VERSION_STR_POSTFIX 9*a1157835SDaniel Fojt #define GIT_VERSION_STR_POSTFIX "" 10*a1157835SDaniel Fojt #endif /* GIT_VERSION_STR_POSTFIX */ 11*a1157835SDaniel Fojt 12*a1157835SDaniel Fojt #define VERSION_STR "2.9" VERSION_STR_POSTFIX GIT_VERSION_STR_POSTFIX 136d49e1aeSJan Lentfer 146d49e1aeSJan Lentfer #endif /* VERSION_H */ 15