X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=src%2Fcommon%2Fversion.h;h=75e5c6e006ccef3ed4c4099a65ca1c281ee8a012;hb=2462f347bca0a7cce7e06ff88adbe3aa47c52d54;hp=0edf11cc9d8a75d836c5bfaa641385b7dd323ff2;hpb=93ee3022dc3fdb6e199a57c14b6cc008fe29d921;p=mech_eap.git diff --git a/src/common/version.h b/src/common/version.h index 0edf11c..75e5c6e 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -5,6 +5,10 @@ #define VERSION_STR_POSTFIX "" #endif /* VERSION_STR_POSTFIX */ -#define VERSION_STR "2.1" 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 */