diff --git a/doc/1.manual/x5.htm b/doc/1.manual/x5.htm index 70744f904bc0f666e28b1e91da4943539c9e0d0b..3b43cbccc25dc7f82fd4e37363d182261d685829 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 f494ff5225ed32b921705cf2d31959e3e55f5d76..558bd4d2b4ecd4cff1e8bbf45c50c5e6610b6127 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