Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
agraef committed Jan 9, 2023
1 parent e28dc6d commit b652090
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 @@ -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.10.1;
#X text 10 123 VERSION 0.11.0;
#X restore 10 20 pd META;
2 changes: 1 addition & 1 deletion pdlua.c
Original file line number Diff line number Diff line change
Expand Up @@ -1700,7 +1700,7 @@ void pdlua_setup(void)
t_pdlua_readerdata reader;
int fd;
int result;
char* pdluaver = "pdlua 0.10.1 (GPL) 2014-2020 Martin Peach et al., based on";
char* pdluaver = "pdlua 0.11.0 (GPL) 2014-2023 Martin Peach et al., based on";
char* luaver = "lua 0.6~svn (GPL) 2008 Claude Heiland-Allen <[email protected]>";
char compiled[MAXPDSTRING];
char luaversionStr[MAXPDSTRING];
Expand Down

0 comments on commit b652090

Please sign in to comment.