X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=src%2Fcommon%2Fversion.h;h=75e5c6e006ccef3ed4c4099a65ca1c281ee8a012;hb=2462f347bca0a7cce7e06ff88adbe3aa47c52d54;hp=e9d1f33fd86775b92fa184ffe1df445b339bfcea;hpb=be48214d2b76d5e432aacd93a1c1c08456dacedf;p=mech_eap.git diff --git a/src/common/version.h b/src/common/version.h index e9d1f33..75e5c6e 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -1,6 +1,14 @@ #ifndef VERSION_H #define VERSION_H -#define VERSION_STR "0.7.2" +#ifndef VERSION_STR_POSTFIX +#define VERSION_STR_POSTFIX "" +#endif /* VERSION_STR_POSTFIX */ + +#ifndef GIT_VERSION_STR_POSTFIX +#define GIT_VERSION_STR_POSTFIX "" +#endif /* GIT_VERSION_STR_POSTFIX */ + +#define VERSION_STR "2.6" VERSION_STR_POSTFIX GIT_VERSION_STR_POSTFIX #endif /* VERSION_H */