Skip to content

Commit 25fb7f1

Browse files
committed
Version bump (0.12.14).
1 parent 84d28bf commit 25fb7f1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pdlua-meta.pd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
#X text 10 70 DESCRIPTION lua loader for pd;
77
#X text 10 90 AUTHOR Claude Heiland-Allen \, Frank Barknecht \, Martin
88
Peach \, IOhannes m zmölnig \, Albert Gräf;
9-
#X text 10 123 VERSION 0.12.13;
9+
#X text 10 123 VERSION 0.12.14;
1010
#X restore 10 20 pd META;

pdlua.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2778,7 +2778,7 @@ void pdlua_setup(void)
27782778
#endif
27792779
if (strlen(pdlua_version) == 0) {
27802780
// NOTE: This should be set from the Makefile, otherwise we fall back to:
2781-
pdlua_version = "0.12.13";
2781+
pdlua_version = "0.12.14";
27822782
}
27832783
snprintf(pdluaver, MAXPDSTRING-1, "pdlua %s (GPL) 2008 Claude Heiland-Allen, 2014 Martin Peach et al.", pdlua_version);
27842784
snprintf(compiled, MAXPDSTRING-1, "pdlua: compiled for pd-%d.%d on %s",

0 commit comments

Comments
 (0)