From 3e20e168f6297dba66af4a74654c067bc2919389 Mon Sep 17 00:00:00 2001 From: Albert Graef Date: Sat, 10 Aug 2024 15:08:16 +0200 Subject: [PATCH] Version bump (0.12.4). --- 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 5e92c5f..8835bd8 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.3; +#X text 10 123 VERSION 0.12.4; #X restore 10 20 pd META; diff --git a/pdlua.c b/pdlua.c index 0da88be..85c9007 100644 --- a/pdlua.c +++ b/pdlua.c @@ -2500,7 +2500,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.3"; + pdlua_version = "0.12.4"; } 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",