Allow a postfix to be defined for the version number
[libeap.git] / src / common / version.h
index 3b5d2ed..ba2d2c0 100644 (file)
@@ -1,6 +1,10 @@
 #ifndef VERSION_H
 #define VERSION_H
 
-#define VERSION_STR "0.8.x"
+#ifndef VERSION_STR_POSTFIX
+#define VERSION_STR_POSTFIX ""
+#endif /* VERSION_STR_POSTFIX */
+
+#define VERSION_STR "0.8.x" VERSION_STR_POSTFIX
 
 #endif /* VERSION_H */