Mercurial > hg > plosc
changeset 10:0acbb359fe6a
Fix to enable pack_rebuild.
| author | samer |
|---|---|
| date | Fri, 20 Feb 2015 14:39:52 +0000 |
| parents | 9b52fefb48c9 |
| children | cda9dbcd319d |
| files | Makefile pack/pack.pl release/plosc-0.4.1.tgz |
| diffstat | 3 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Wed Aug 21 14:35:39 2013 +0100 +++ b/Makefile Fri Feb 20 14:39:52 2015 +0000 @@ -19,7 +19,7 @@ # use '-bp' under Linux export INSTALL_FLAGS='-bCS' -VER=0.4 +VER=0.4.1 # ---------------- end of configuration --------------- export PACKNAME=plosc @@ -50,3 +50,5 @@ install-pl: make -C prolog install + +distclean: clean
--- a/pack/pack.pl Wed Aug 21 14:35:39 2013 +0100 +++ b/pack/pack.pl Fri Feb 20 14:39:52 2015 +0000 @@ -1,7 +1,7 @@ name(plosc). -version('0.4'). +version('0.4.1'). author('Samer Abdallah','s.abdallah@ucl.ac.uk'). title('OSC input/output via liblo'). keywords([midi,osx]). -download('https://code.soundsoftware.ac.uk/projects/plosc/repository/raw/release/plosc-0.4.tgz'). +download('https://code.soundsoftware.ac.uk/projects/plosc/repository/raw/release/plosc-0.4.1.tgz').
