Skip to content

Commit

Permalink
Version bump (0.12.18).
Browse files Browse the repository at this point in the history
  • Loading branch information
agraef committed Sep 24, 2024
1 parent fe13455 commit 75ed82c
Show file tree
Hide file tree
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
Expand Up @@ -5,6 +5,6 @@
#X text 10 50 DESCRIPTION write your own Pd objects in the Lua programming language;
#X text 10 90 AUTHOR Claude Heiland-Allen \, Frank Barknecht \, Martin
Peach \, IOhannes m zmölnig \, Albert Gräf \, et al;
#X text 10 123 VERSION 0.12.17;
#X text 10 123 VERSION 0.12.18;
#X restore 43 36 pd META;
#X text 39 15 pdlua: Loader for Lua objects;
2 changes: 1 addition & 1 deletion pdlua.c
Original file line number Diff line number Diff line change
Expand Up @@ -2897,7 +2897,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.17";
pdlua_version = "0.12.18";
}
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",
Expand Down

0 comments on commit 75ed82c

Please sign in to comment.