Skip to content

Commit

Permalink
release note and version number to 0.45-4
Browse files Browse the repository at this point in the history
  • Loading branch information
millerpuckette committed Nov 22, 2013
1 parent 8913e7a commit fc59e7f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
AC_INIT(pd,0.45.3)
AC_INIT(pd,0.45.4)
AC_CONFIG_SRCDIR(src/m_pd.c)
AC_CONFIG_AUX_DIR([m4/config])
AM_INIT_AUTOMAKE
Expand Down
6 changes: 6 additions & 0 deletions doc/1.manual/x5.htm
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ <H2>Pd Documentation chapter 5. current status</H2>

<H3> <A name="s2"> 5.1. release notes </A> </H3>

<P> ------------------ 0.45-4 ---------------------------

bug fix in "array random" (it only got up to the first 1/2 of the distibution)

bug fixes in "test set" (field onset and resizing were both broken)

<P> ------------------ 0.45-3 ---------------------------

fixed a bug pasting text into Pd and an audio problem in Mac OSX (non-default
Expand Down
2 changes: 1 addition & 1 deletion src/m_pd.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ extern "C" {

#define PD_MAJOR_VERSION 0
#define PD_MINOR_VERSION 45
#define PD_BUGFIX_VERSION 3
#define PD_BUGFIX_VERSION 4
#define PD_TEST_VERSION ""
extern int pd_compatibilitylevel; /* e.g., 43 for pd 0.43 compatibility */

Expand Down
6 changes: 3 additions & 3 deletions src/pd.rc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id ICON "pd.ico"
1 VERSIONINFO
FILEVERSION 0,45,3,0
PRODUCTVERSION 0,45,3,0
FILEVERSION 0,45,4,0
PRODUCTVERSION 0,45,4,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
Expand All @@ -14,7 +14,7 @@ BEGIN
VALUE "LegalCopyright", "Miller Puckette, et al."
VALUE "OriginalFilename", "pd.exe"
VALUE "ProductName", "Pure Data"
VALUE "ProductVersion", "0.45-3"
VALUE "ProductVersion", "0.45-4"
END
END

Expand Down

0 comments on commit fc59e7f

Please sign in to comment.