From cdb2e8a14bc85430accf40ca1757b5faf6bac129 Mon Sep 17 00:00:00 2001
From: Miller Puckette <msp@ucsd.edu>
Date: Wed, 4 Feb 2009 11:49:29 -0800
Subject: [PATCH] change version number to 0.42-4

---
 src/m_pd.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/m_pd.h b/src/m_pd.h
index 9d8ffa139..534faac00 100644
--- a/src/m_pd.h
+++ b/src/m_pd.h
@@ -10,7 +10,7 @@ extern "C" {
 
 #define PD_MAJOR_VERSION 0
 #define PD_MINOR_VERSION 42
-#define PD_BUGFIX_VERSION 3
+#define PD_BUGFIX_VERSION 4
 #define PD_TEST_VERSION ""
 
 /* old name for "MSW" flag -- we have to take it for the sake of many old
-- 
GitLab