Skip to content

Commit

Permalink
Version number to 0.45-1
Browse files Browse the repository at this point in the history
  • Loading branch information
millerpuckette committed Aug 28, 2013
1 parent 295fa8a commit 498f96a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions doc/1.manual/x5.htm
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ <H2>Pd Documentation chapter 5. current status</H2>

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

<P> ------------------ 0.45-1 ---------------------------

<P> fixed bug in which backspace to dialog windows got sent to the last
edited patch

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

<P> multi-purpose "array" and "text" objects. "Array" is a more general
Expand Down
4 changes: 2 additions & 2 deletions linux/make-release
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ rm -f *.pd
cd /tmp
tar czf pd-$1.src.tar.gz pd-$1
rm -rf $TMPPD
mv -i pd-$1.src.tar.gz $ROOTDIR/archive/dist/ && \
ls -l $ROOTDIR/archive/dist/pd-$1.src.tar.gz
mv -i pd-$1.src.tar.gz $ROOTDIR/dist/ && \
ls -l $ROOTDIR/dist/pd-$1.src.tar.gz

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 0
#define PD_BUGFIX_VERSION 1
#define PD_TEST_VERSION ""
extern int pd_compatibilitylevel; /* e.g., 43 for pd 0.43 compatibility */

Expand Down

0 comments on commit 498f96a

Please sign in to comment.