X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=src%2Fcommon%2Fversion.h;h=75e5c6e006ccef3ed4c4099a65ca1c281ee8a012;hb=2462f347bca0a7cce7e06ff88adbe3aa47c52d54;hp=fb3b4f50b463b9f6096720d0b5b1eac42867c55b;hpb=e8a157253237c482457b0d0ccffb3ee2550d93c7;p=mech_eap.git diff --git a/src/common/version.h b/src/common/version.h index fb3b4f5..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.2-devel" 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 */