From 1ce8c7f3c058a4b5318cb44f3739d1d2bb1652d0 Mon Sep 17 00:00:00 2001 From: Miller Puckette <msp@ucsd.edu> Date: Mon, 11 Feb 2008 19:01:16 -0800 Subject: [PATCH] release 0.41-1 --- doc/1.manual/x5.htm | 4 ++++ src/m_pd.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/1.manual/x5.htm b/doc/1.manual/x5.htm index 70744f904..3b43cbccc 100644 --- a/doc/1.manual/x5.htm +++ b/doc/1.manual/x5.htm @@ -20,6 +20,10 @@ <H3> <A name="s2"> 5.1. release notes </A> </H3> +<P> ------------------ 0.41-1 ---------------------------- + +Fixed a startup problem for Mac OSX 10.5.1 (other platforms should not be affected) + <P> ------------------ 0.41 ---------------------------- <P> Pd may be compiled in 64 bit address spaces; this is well tested on diff --git a/src/m_pd.h b/src/m_pd.h index f494ff522..558bd4d2b 100644 --- a/src/m_pd.h +++ b/src/m_pd.h @@ -10,7 +10,7 @@ extern "C" { #define PD_MAJOR_VERSION 0 #define PD_MINOR_VERSION 41 -#define PD_BUGFIX_VERSION 0 +#define PD_BUGFIX_VERSION 1 #define PD_TEST_VERSION "" /* old name for "MSW" flag -- we have to take it for the sake of many old -- GitLab