Skip to content

Commit

Permalink
version number to 0.52-3test1
Browse files Browse the repository at this point in the history
  • Loading branch information
millerpuckette committed Oct 15, 2022
1 parent abcbd6c commit dfc6d2a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -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])
Expand Down
6 changes: 6 additions & 0 deletions doc/1.manual/x5.htm
Expand Up @@ -30,6 +30,12 @@ <H2>Pd Manual chapter 5: current status</H2>

<H3> <A id="s1"> 5.1. release notes </A> </H3>

<P> ------------------ 0.52-3 ------------------------------

<P> Fixed a bug in soundfile reading

<P> Many minor bug fixes and updates to documentation

<P> ------------------ 0.52-2 ------------------------------

<p> Many small bug fixes, and a few larger ones: under jack, Pd's delay adjusted
Expand Down
4 changes: 2 additions & 2 deletions src/m_pd.h
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions src/pd.rc
@@ -1,20 +1,20 @@
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
BLOCK "040904E4"
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

Expand Down

0 comments on commit dfc6d2a

Please sign in to comment.