diff options
author | Tom Schouten <doelie@users.sourceforge.net> | 2010-08-31 18:09:19 +0000 |
---|---|---|
committer | Tom Schouten <doelie@users.sourceforge.net> | 2010-08-31 18:09:19 +0000 |
commit | cde22b2680737c879af172914e7819ebab925234 (patch) | |
tree | efe2006a94c43e23f41171ed4e580176cb258fec /Makefile | |
parent | 6ed4fdc7a319a73e8d92bb80f968891c21f874d7 (diff) |
sync with 0.12.6-darcs
svn path=/trunk/externals/pdp/; revision=13950
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -81,3 +81,7 @@ install: all install -m 644 doc/introduction/*.pd $(prefix)/lib/pd/doc/pdp/introduction install -m 644 doc/examples/*.pd $(prefix)/lib/pd/doc/pdp/examples install -m 755 bin/pdp-config $(prefix)/bin + +release: + bin/snapshot `bin/release-version` + echo bump PDP_VERSION in configure.ac! |