aboutsummaryrefslogtreecommitdiff
path: root/pd/src/m_pd.h
diff options
context:
space:
mode:
authorMiller Puckette <millerpuckette@users.sourceforge.net>2007-01-20 04:06:07 +0000
committerMiller Puckette <millerpuckette@users.sourceforge.net>2007-01-20 04:06:07 +0000
commit9303c7e113a5527d58b814c7bb11db5dbdfba5a4 (patch)
tree68b35be6c79d927fd0ec2d1a7e14b877489cb3f0 /pd/src/m_pd.h
parentc234ece0a90103013734b32193dbf558615bede9 (diff)
improve error reporting for lists to inlets, and replace __BYTE_ORDER by
BYTE_ORDER to fix compile failure on Mac. svn path=/trunk/; revision=7367
Diffstat (limited to 'pd/src/m_pd.h')
-rw-r--r--pd/src/m_pd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pd/src/m_pd.h b/pd/src/m_pd.h
index 19795414..d3a1a9d8 100644
--- a/pd/src/m_pd.h
+++ b/pd/src/m_pd.h
@@ -11,7 +11,7 @@ extern "C" {
#define PD_MAJOR_VERSION 0
#define PD_MINOR_VERSION 41
#define PD_BUGFIX_VERSION 0
-#define PD_TEST_VERSION "test03"
+#define PD_TEST_VERSION "test04"
/* old name for "MSW" flag -- we have to take it for the sake of many old
"nmakefiles" for externs, which will define NT and not MSW */