Skip to content

Commit

Permalink
Version string now using contempory semver formatting. see #902.
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Place committed Aug 30, 2015
1 parent 693588b commit 72c6279
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/includes/JamomaMaxVersion.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -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@"



Expand Down
2 changes: 1 addition & 1 deletion library/source/JamomaForMax.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 72c6279

Please sign in to comment.