Skip to content
Snippets Groups Projects
Commit 8eaaaa3c authored by Albert Gräf's avatar Albert Gräf
Browse files

Version bump.

parent 450f215a
No related branches found
No related tags found
No related merge requests found
......@@ -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 110 VERSION 0.9;
#X text 10 110 VERSION 0.10;
#X restore 10 20 pd META;
......@@ -1648,7 +1648,7 @@ void pdlua_setup(void)
t_pdlua_readerdata reader;
int fd;
int result;
char* pdluaver = "pdlua 0.9 (GPL) 2014-2018 Martin Peach et al., based on";
char* pdluaver = "pdlua 0.10 (GPL) 2014-2020 Martin Peach et al., based on";
char* luaver = "lua 0.6~svn (GPL) 2008 Claude Heiland-Allen <claude@mathr.co.uk>";
char compiled[MAXPDSTRING];
char luaversionStr[MAXPDSTRING];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment