~ubuntu-branches/ubuntu/saucy/solfege/saucy

« back to all changes in this revision

Viewing changes to solfege/buildinfo.py

  • Committer: Bazaar Package Importer
  • Author(s): Tom Cato Amundsen
  • Date: 2010-09-19 16:40:13 UTC
  • mfrom: (1.1.12 upstream) (2.1.11 sid)
  • Revision ID: james.westby@ubuntu.com-20100919164013-955at30u35wvo2sc
Tags: 3.16.4-2
Fix the test suite so that it builds (closes: #595860) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
from solfege._version import version_info
20
20
 
21
 
VERSION_STRING = '3.16.3'
22
 
REVISION_ID = 'tca@gnu.org-20100513210047-qf7wx6wbwmszv9yo'
 
21
VERSION_STRING = '3.16.4'
 
22
REVISION_ID = 'tca@gnu.org-20100722212759-3k20aqprqqvvwx70'
23
23
HAVE_LINUX_AWE_VOICE_H = "@HAVE_LINUX_AWE_VOICE_H@" == "yes"
24
24
ENABLE_TUNER = "no" == "yes"
25
25
prefix = "/usr/local"