diff --git a/pdlua-meta.pd b/pdlua-meta.pd index 5cc3bce..3fa5b36 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.0; +#X text 10 123 VERSION 0.12.1; #X restore 10 20 pd META; diff --git a/pdlua.c b/pdlua.c index ba27502..ee34876 100644 --- a/pdlua.c +++ b/pdlua.c @@ -2481,7 +2481,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.0"; + pdlua_version = "0.12.1"; } 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",