diff runner/main.cpp @ 2:475f4623feba

* build update for runner with "incorporated" SV libraries
author Chris Cannam
date Thu, 11 Dec 2008 11:01:37 +0000
parents 92911f967a16
children 7d87bf308509
line wrap: on
line diff
--- a/runner/main.cpp	Thu Dec 11 10:26:12 2008 +0000
+++ b/runner/main.cpp	Thu Dec 11 11:01:37 2008 +0000
@@ -30,6 +30,8 @@
 using std::vector;
 using std::string;
 
+#include "../version.h"
+
 #include "base/Exceptions.h"
 #include "base/TempDirectory.h"
 
@@ -138,7 +140,7 @@
     set<string> writers = FeatureWriterFactory::getWriterTags();
         
     cerr << endl;
-    cerr << "Sonic Annotator" << endl;
+    cerr << "Sonic Annotator v" << RUNNER_VERSION << endl;
     cerr << "A utility for batch feature extraction from audio files." << endl;
     cerr << "Mark Levy, Chris Sutton and Chris Cannam, Queen Mary, University of London." << endl;
     cerr << "Copyright 2007-2008 Queen Mary, University of London." << endl;