From 63a5ae55a510aad9a646092ab9cb48aee6c2719f Mon Sep 17 00:00:00 2001 From: Albert Graef <aggraef@gmail.com> Date: Sat, 18 Feb 2017 09:19:27 +0100 Subject: [PATCH] Bump vanilla compatibility version due to an API change in the loader extension interface (rev. b66acec3 in vanilla). --- pd/src/m_pd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pd/src/m_pd.h b/pd/src/m_pd.h index ea91ccea7..5583c5c4c 100644 --- a/pd/src/m_pd.h +++ b/pd/src/m_pd.h @@ -11,8 +11,8 @@ extern "C" { #include <stdarg.h> #define PD_MAJOR_VERSION 0 -#define PD_MINOR_VERSION 43 -#define PD_BUGFIX_VERSION 10 +#define PD_MINOR_VERSION 47 +#define PD_BUGFIX_VERSION 0 #define PD_TEST_VERSION "" #define PD_L2ORK_VERSION "2.0" #define PDL2ORK -- GitLab