Skip to content

Commit 1d8ea81

Browse files
committed
Version bump (0.12.19).
1 parent da4eb5c commit 1d8ea81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pdlua-meta.pd

+1-1
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.18;
8+
#X text 10 123 VERSION 0.12.19;
99
#X restore 43 36 pd META;
1010
#X text 39 15 pdlua: Loader for Lua objects;

pdlua.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2902,7 +2902,7 @@ void pdlua_setup(void)
29022902
#endif
29032903
if (strlen(pdlua_version) == 0) {
29042904
// NOTE: This should be set from the Makefile, otherwise we fall back to:
2905-
pdlua_version = "0.12.18";
2905+
pdlua_version = "0.12.19";
29062906
}
29072907
snprintf(pdluaver, MAXPDSTRING-1, "pdlua %s (GPL) 2008 Claude Heiland-Allen, 2014 Martin Peach et al.", pdlua_version);
29082908
snprintf(compiled, MAXPDSTRING-1, "pdlua: compiled for pd-%d.%d on %s",

0 commit comments

Comments
 (0)