# HG changeset patch # User Adam Stark # Date 1404819146 -3600 # Node ID d56eaf2d7c7d2fd5420a123a2c033e41a1f28326 # Parent ff83553fd8ea8cefea3e6c61880ac73cf049512a# Parent eafd101c04c4399f2c9362d0e23e857ce3499e57 flow: Merged '1.0.0' to ('develop'). diff -r ff83553fd8ea -r d56eaf2d7c7d README.md --- a/README.md Tue Jul 08 12:22:06 2014 +0100 +++ b/README.md Tue Jul 08 12:32:26 2014 +0100 @@ -1,7 +1,7 @@ BTrack - A Real-Time Beat Tracker ================================= -** Version 0.9 ** +** Version 1.0.0 ** *by Adam Stark, Matthew Davies and Mark Plumbley.* @@ -21,7 +21,11 @@ Versions -------- -==== 0.9 ==== +==== 1.0.0 ==== (8th July 2014) + +* Many updates to stability and improvements to implementation + +==== 0.9.0 ==== (circa 2008/2009) * This is the original version of the BTrack algorithm @@ -91,3 +95,22 @@ { // do something on the beat } + + +License +------- + +Copyright (c) 2014 Queen Mary University of London + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . \ No newline at end of file