summaryrefslogtreecommitdiffstats
path: root/contrib/wpa/src/common/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/wpa/src/common/version.h')
-rw-r--r--contrib/wpa/src/common/version.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/contrib/wpa/src/common/version.h b/contrib/wpa/src/common/version.h
index 02f34be..04ed0ac 100644
--- a/contrib/wpa/src/common/version.h
+++ b/contrib/wpa/src/common/version.h
@@ -1,6 +1,10 @@
#ifndef VERSION_H
#define VERSION_H
-#define VERSION_STR "0.7.3"
+#ifndef VERSION_STR_POSTFIX
+#define VERSION_STR_POSTFIX ""
+#endif /* VERSION_STR_POSTFIX */
+
+#define VERSION_STR "2.0" VERSION_STR_POSTFIX
#endif /* VERSION_H */
OpenPOWER on IntegriCloud