diff --git a/pd/src/m_pd.h.in b/pd/src/m_pd.h.in index df32a95d318e3f43481ad842754afa7e0d646c9e..c5d6a417a2dfe1558a632089b2749c295cbb9c21 100644 --- a/pd/src/m_pd.h.in +++ b/pd/src/m_pd.h.in @@ -11,8 +11,8 @@ extern "C" { #include <stdarg.h> #define PD_MAJOR_VERSION 0 -#define PD_MINOR_VERSION 42 -#define PD_BUGFIX_VERSION 7 +#define PD_MINOR_VERSION 43 +#define PD_BUGFIX_VERSION 10 #define PD_TEST_VERSION "date/revision goes here" #define PDL2ORK extern int pd_compatibilitylevel; /* e.g., 43 for pd 0.43 compatibility */