From 75ed82c603af5c3f69398a96d9cd5b7f9397ded4 Mon Sep 17 00:00:00 2001 From: Albert Graef Date: Tue, 24 Sep 2024 12:18:07 +0200 Subject: [PATCH] Version bump (0.12.18). --- 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 b9dda1b..70a5292 100644 --- a/pdlua-meta.pd +++ b/pdlua-meta.pd @@ -5,6 +5,6 @@ #X text 10 50 DESCRIPTION write your own Pd objects in the Lua programming language; #X text 10 90 AUTHOR Claude Heiland-Allen \, Frank Barknecht \, Martin Peach \, IOhannes m zmölnig \, Albert Gräf \, et al; -#X text 10 123 VERSION 0.12.17; +#X text 10 123 VERSION 0.12.18; #X restore 43 36 pd META; #X text 39 15 pdlua: Loader for Lua objects; diff --git a/pdlua.c b/pdlua.c index 381e0b0..561b82b 100644 --- a/pdlua.c +++ b/pdlua.c @@ -2897,7 +2897,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.17"; + pdlua_version = "0.12.18"; } 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",