From f82d57e4e0cf3b301d7e449d8ce35dca18b0d966 Mon Sep 17 00:00:00 2001 From: Andrew Nesbit Date: Tue, 13 Mar 2012 17:17:31 +0000 Subject: [PATCH 01/36] bump version numbers to 4.12 --- examples/lookup.py | 4 ++-- src/Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/lookup.py b/examples/lookup.py index d325dc0..54527ec 100755 --- a/examples/lookup.py +++ b/examples/lookup.py @@ -21,7 +21,7 @@ def lookup(file): fp = song.util.codegen(file) if len(fp) and "code" in fp[0]: # The version parameter to song/identify indicates the use of echoprint - result = song.identify(query_obj=fp, version="4.11") + result = song.identify(query_obj=fp, version="4.12") print "Got result:", result if len(result): print "Artist: %s (%s)" % (result[0].artist_name, result[0].artist_id) @@ -36,4 +36,4 @@ def lookup(file): if len(sys.argv) < 2: print >>sys.stderr, "Usage: %s