From e34cbc1a1c061a0545d1501ab7a68e9f214fd995 Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes <jon.w.wilkes@gmail.com> Date: Wed, 1 Jun 2016 22:29:13 -0400 Subject: [PATCH] port c87e5b00229eb17bac8dc3047cd9d5f4a42c6711 from Pd-l2ork: hopefully made build process require autoconf 2.5 or newer --- pd/src/m_pd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pd/src/m_pd.h b/pd/src/m_pd.h index d43760406..b99f7e343 100644 --- a/pd/src/m_pd.h +++ b/pd/src/m_pd.h @@ -13,7 +13,7 @@ extern "C" { #define PD_MAJOR_VERSION 0 #define PD_MINOR_VERSION 42 #define PD_BUGFIX_VERSION 7 -#define PD_TEST_VERSION "20150804" +#define PD_TEST_VERSION "20160124" #define PDL2ORK extern int pd_compatibilitylevel; /* e.g., 43 for pd 0.43 compatibility */ -- GitLab