From 43fa8efaa5f6e48cf3e604a16e84a3ba5a06e953 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Albert=20Gr=C3=A4f?= <aggraef@gmail.com>
Date: Tue, 24 Jan 2017 14:34:08 +0100
Subject: [PATCH] Bring the Pd compatibility version in sync with upstream
 Pd-l2ork.

---
 pd/src/m_pd.h.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pd/src/m_pd.h.in b/pd/src/m_pd.h.in
index df32a95d3..c5d6a417a 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 */
-- 
GitLab