From 25fb7f18ed767918b71f9c4fa4c3bc78cc2e073b Mon Sep 17 00:00:00 2001 From: Albert Graef Date: Sun, 8 Sep 2024 05:19:59 +0200 Subject: [PATCH] Version bump (0.12.14). --- pdlua-meta.pd | 2 +- pdlua.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pdlua-meta.pd b/pdlua-meta.pd index 0d2d9b0..9b3dcf5 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.13; +#X text 10 123 VERSION 0.12.14; #X restore 10 20 pd META; diff --git a/pdlua.c b/pdlua.c index 5296533..8eea1d2 100644 --- a/pdlua.c +++ b/pdlua.c @@ -2778,7 +2778,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.13"; + pdlua_version = "0.12.14"; } 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",