diff --git a/library/includes/JamomaMaxVersion.h.in b/library/includes/JamomaMaxVersion.h.in index bad2dcd2..529f84b1 100644 --- a/library/includes/JamomaMaxVersion.h.in +++ b/library/includes/JamomaMaxVersion.h.in @@ -21,7 +21,7 @@ #define GIT_VERSION_MIN "@GIT_VERSION_MIN@" #define GIT_VERSION_SUB "@GIT_VERSION_SUB@" #define GIT_VERSION_MOD "@GIT_VERSION_MOD@" -#define GIT_VERSION GIT_VERSION_MAJ "." GIT_VERSION_MIN "." GIT_VERSION_SUB "-" GIT_VERSION_MOD +#define GIT_VERSION "@GIT_TAG@" diff --git a/library/source/JamomaForMax.cpp b/library/source/JamomaForMax.cpp index 7922093e..e335749b 100644 --- a/library/source/JamomaForMax.cpp +++ b/library/source/JamomaForMax.cpp @@ -164,7 +164,7 @@ void jamoma_init(void) jamomaSymbol->s_thing = jamoma_object_new(); } - post("Jamoma (build %s) Version %s | jamoma.org", JAMOMA_MAX_REV, JAMOMA_MAX_VERSION); + post("Jamoma %s | build %s", JAMOMA_MAX_VERSION, JAMOMA_MAX_REV ); initialized = true; }