changeset 598:fb845664b699

Update jvamp build for Linux
author Chris Cannam
date Wed, 16 Nov 2016 09:13:31 +0000
parents c62894d056c7
children dc3632590d01
files .hgsubstate src/may/vamp/test/test_vamp.yeti
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/.hgsubstate	Thu Feb 04 20:37:14 2016 +0000
+++ b/.hgsubstate	Wed Nov 16 09:13:31 2016 +0000
@@ -1,1 +1,1 @@
-de4d0123e9cc72497f2e5e56a7a707b4ec96bc49 ext
+ae17e8817b04eb97f6d9918c866e4fdd16ebbf40 ext
--- a/src/may/vamp/test/test_vamp.yeti	Thu Feb 04 20:37:14 2016 +0000
+++ b/src/may/vamp/test/test_vamp.yeti	Wed Nov 16 09:13:31 2016 +0000
@@ -31,7 +31,7 @@
 "version": \(
     case v.loadPlugin rate testPluginKey of
     Error e: (eprintln "version: Error: \(e)"; false);
-    OK plugin: compare plugin.version 1;
+    OK plugin: compare plugin.version 4;
     esac
 ),