From dfc6d2a126e8c9fea2099baf2225d440123438f4 Mon Sep 17 00:00:00 2001 From: msp Date: Sat, 15 Oct 2022 11:45:09 -0400 Subject: [PATCH] version number to 0.52-3test1 --- configure.ac | 2 +- doc/1.manual/x5.htm | 6 ++++++ src/m_pd.h | 4 ++-- src/pd.rc | 8 ++++---- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/configure.ac b/configure.ac index fce638335b..274f24e534 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ ##### Prelude ##### AC_PREREQ(2.59) -AC_INIT([pd], [0.52.2]) +AC_INIT([pd], [0.52.3]) AC_CONFIG_SRCDIR(src/m_pd.c) AC_CONFIG_AUX_DIR([m4/config]) AC_CONFIG_MACRO_DIR([m4/generated]) diff --git a/doc/1.manual/x5.htm b/doc/1.manual/x5.htm index 40b52c6629..ef67c7dbb7 100644 --- a/doc/1.manual/x5.htm +++ b/doc/1.manual/x5.htm @@ -30,6 +30,12 @@

Pd Manual chapter 5: current status

5.1. release notes

+

------------------ 0.52-3 ------------------------------ + +

Fixed a bug in soundfile reading + +

Many minor bug fixes and updates to documentation +

------------------ 0.52-2 ------------------------------

Many small bug fixes, and a few larger ones: under jack, Pd's delay adjusted diff --git a/src/m_pd.h b/src/m_pd.h index 1cf440edd1..f490ae1ce8 100644 --- a/src/m_pd.h +++ b/src/m_pd.h @@ -10,8 +10,8 @@ extern "C" { #define PD_MAJOR_VERSION 0 #define PD_MINOR_VERSION 52 -#define PD_BUGFIX_VERSION 2 -#define PD_TEST_VERSION "" +#define PD_BUGFIX_VERSION 3 +#define PD_TEST_VERSION "test1" extern int pd_compatibilitylevel; /* e.g., 43 for pd 0.43 compatibility */ /* old name for "MSW" flag -- we have to take it for the sake of many old diff --git a/src/pd.rc b/src/pd.rc index 658efc91c6..2b8efd3ad9 100644 --- a/src/pd.rc +++ b/src/pd.rc @@ -1,7 +1,7 @@ id ICON "../tcl/pd.ico" 1 VERSIONINFO -FILEVERSION 0,52,2,0 -PRODUCTVERSION 0,52,2,0 +FILEVERSION 0,52,3,0 +PRODUCTVERSION 0,52,3,0 BEGIN BLOCK "StringFileInfo" BEGIN @@ -9,12 +9,12 @@ BEGIN BEGIN VALUE "CompanyName", "puredata.info" VALUE "FileDescription", "Pure Data Application" - VALUE "FileVersion", "0.52-2" + VALUE "FileVersion", "0.52-3test1" VALUE "InternalName", "pd.exe" VALUE "LegalCopyright", "Miller Puckette, et al." VALUE "OriginalFilename", "pd.exe" VALUE "ProductName", "Pure Data" - VALUE "ProductVersion", "0.52-2" + VALUE "ProductVersion", "0.52-3test1" END END