aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--maxlib-meta.pd2
-rw-r--r--maxlib.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/maxlib-meta.pd b/maxlib-meta.pd
index 0ae7945..2602b0f 100644
--- a/maxlib-meta.pd
+++ b/maxlib-meta.pd
@@ -4,5 +4,5 @@
#X text 10 30 NAME maxlib;
#X text 10 50 AUTHOR Olaf Matthes <olaf.matthes@gmx.de>;
#X text 10 70 LICENSE GNU GPL;
-#X text 10 90 VERSION 1.5.3;
+#X text 10 90 VERSION 1.5.4;
#X restore 10 10 pd META;
diff --git a/maxlib.c b/maxlib.c
index e3bbba6..f470693 100644
--- a/maxlib.c
+++ b/maxlib.c
@@ -22,7 +22,7 @@
/* */
/* ---------------------------------------------------------------------------- */
#ifndef VERSION
-#define VERSION "1.5.3"
+#define VERSION "1.5.4"
#endif
#include "m_pd.h"