From 732450e7d31d962938d7890637491b96ce559110 Mon Sep 17 00:00:00 2001 From: Ivica Ico Bukvic <ico@vt.edu> Date: Sat, 9 Feb 2013 17:17:04 -0500 Subject: [PATCH] minor version bump to distinguish it from pd-extended --- 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 cabddea71..1bb8c9b98 100644 --- a/pd/src/m_pd.h +++ b/pd/src/m_pd.h @@ -10,8 +10,8 @@ extern "C" { #define PD_MAJOR_VERSION 0 #define PD_MINOR_VERSION 42 -#define PD_BUGFIX_VERSION 6 -#define PD_TEST_VERSION "20130123" +#define PD_BUGFIX_VERSION 7 +#define PD_TEST_VERSION "20130126" #define PDL2ORK /* old name for "MSW" flag -- we have to take it for the sake of many old -- GitLab