Skip to content

Commit 4301f74

Browse files
committed
Version bump (0.12.23).
1 parent b607b8f commit 4301f74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pdlua-meta.pd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
#X text 10 50 DESCRIPTION write your own Pd objects in the Lua programming language;
66
#X text 10 90 AUTHOR Claude Heiland-Allen \, Frank Barknecht \, Martin
77
Peach \, IOhannes m zmölnig \, Albert Gräf \, et al;
8-
#X text 10 123 VERSION 0.12.22;
8+
#X text 10 123 VERSION 0.12.23;
99
#X restore 43 36 pd META;
1010
#X text 39 15 pdlua: Loader for Lua objects;

pdlua.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3012,7 +3012,7 @@ void pdlua_setup(void)
30123012
#endif
30133013
if (strlen(pdlua_version) == 0) {
30143014
// NOTE: This should be set from the Makefile, otherwise we fall back to:
3015-
pdlua_version = "0.12.22";
3015+
pdlua_version = "0.12.23";
30163016
}
30173017
snprintf(pdluaver, MAXPDSTRING-1, "pdlua %s (GPL) 2008 Claude Heiland-Allen, 2014 Martin Peach et al.", pdlua_version);
30183018
snprintf(compiled, MAXPDSTRING-1, "pdlua: compiled for pd-%d.%d on %s",

0 commit comments

Comments
 (0)