Change version information for the 2.5 release
[mech_eap.git] / src / common / version.h
index 7651b48..a5cc5b7 100644 (file)
@@ -1,6 +1,10 @@
 #ifndef VERSION_H
 #define VERSION_H
 
-#define VERSION_STR "0.6.7"
+#ifndef VERSION_STR_POSTFIX
+#define VERSION_STR_POSTFIX ""
+#endif /* VERSION_STR_POSTFIX */
+
+#define VERSION_STR "2.5" VERSION_STR_POSTFIX
 
 #endif /* VERSION_H */