aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-12-29 01:39:58 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 13:53:22 +0200
commitc45181a6aa186a8c96518b4b30033894ff6ba36a (patch)
treebf1285cac6a2d3771ef52c9abff35040dff71d0b
parent974f6b922baf74a79697f1b9f61191578e9f6188 (diff)
bumped to version 1.5.4 in prep for release
svn path=/trunk/externals/maxlib/; revision=15851
-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"