From 9303c7e113a5527d58b814c7bb11db5dbdfba5a4 Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Sat, 20 Jan 2007 04:06:07 +0000 Subject: 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 --- pd/src/m_pd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pd/src/m_pd.h') 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 */ -- cgit v1.2.1