diff --git a/pdlua-meta.pd b/pdlua-meta.pd index 893781f..7854419 100644 --- a/pdlua-meta.pd +++ b/pdlua-meta.pd @@ -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.5; +#X text 10 123 VERSION 0.12.6; #X restore 10 20 pd META; diff --git a/pdlua.c b/pdlua.c index abc8d07..082c129 100644 --- a/pdlua.c +++ b/pdlua.c @@ -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.5"; + pdlua_version = "0.12.6"; } 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",