~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-05-19 23:10:09 UTC
  • mfrom: (1.1.11 upstream) (2.1.8 sid)
  • Revision ID: james.westby@ubuntu.com-20100519231009-r3zyxze7zom6xz25
Tags: 3.16.3-1
* New upstream release
* Recommend csound (closes: #579210)

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.15.9'
22
 
REVISION_ID = 'tca@gnu.org-20100323130614-w0d8x9jfuinfihkq'
 
21
VERSION_STRING = '3.16.3'
 
22
REVISION_ID = 'tca@gnu.org-20100513210047-qf7wx6wbwmszv9yo'
23
23
HAVE_LINUX_AWE_VOICE_H = "@HAVE_LINUX_AWE_VOICE_H@" == "yes"
24
24
ENABLE_TUNER = "no" == "yes"
25
25
prefix = "/usr/local"