Skip to content

Commit

Permalink
Version bump (0.12.7).
Browse files Browse the repository at this point in the history
agraef committed Aug 27, 2024

Unverified

The committer email address is not verified.
1 parent 6d1c813 commit c198786
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pdlua-meta.pd
Original file line number Diff line number Diff line change
@@ -6,5 +6,5 @@
#X text 10 70 DESCRIPTION lua loader for pd;
#X text 10 90 AUTHOR Claude Heiland-Allen \, Frank Barknecht \, Martin
Peach \, IOhannes m zmölnig \, Albert Gräf;
#X text 10 123 VERSION 0.12.6;
#X text 10 123 VERSION 0.12.7;
#X restore 10 20 pd META;
2 changes: 1 addition & 1 deletion pdlua.c
Original file line number Diff line number Diff line change
@@ -2506,7 +2506,7 @@ void pdlua_setup(void)
#endif
if (strlen(pdlua_version) == 0) {
// NOTE: This should be set from the Makefile, otherwise we fall back to:
pdlua_version = "0.12.6";
pdlua_version = "0.12.7";
}
snprintf(pdluaver, MAXPDSTRING-1, "pdlua %s (GPL) 2008 Claude Heiland-Allen, 2014 Martin Peach et al.", pdlua_version);
snprintf(compiled, MAXPDSTRING-1, "pdlua: compiled for pd-%d.%d on %s",

0 comments on commit c198786

Please sign in to comment.