From a5c586fec13872bc21442c5a7c0662c4bb644ddd Mon Sep 17 00:00:00 2001
From: Miller Puckette <msp@ucsd.edu>
Date: Tue, 13 Nov 2007 16:49:47 -0800
Subject: [PATCH] set version number to test07

---
 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 9ecc559a3..6455cd124 100644
--- a/src/m_pd.h
+++ b/src/m_pd.h
@@ -11,7 +11,7 @@ extern "C" {
 #define PD_MAJOR_VERSION 0
 #define PD_MINOR_VERSION 41
 #define PD_BUGFIX_VERSION 0
-#define PD_TEST_VERSION "test06"
+#define PD_TEST_VERSION "test07"
 
 /* old name for "MSW" flag -- we have to take it for the sake of many old
 "nmakefiles" for externs, which will define NT and not MSW */
-- 
GitLab