Changeset 1563

Show
Ignore:
Timestamp:
05/17/09 09:56:18 (14 years ago)
Author:
ppalmers
Message:

update version for 2.0-rc2

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/libffado-2.0/README

    r1390 r1563  
    107107 
    108108jackd (>= 0.109.12), http://jackaudio.org 
    109 [NOTE: at the time of writing, this is the development (SVN) version.] 
    110109 
    111110Optionally, but recommended is that you install qjackctl: 
  • branches/libffado-2.0/SConstruct

    r1562 r1563  
    2525 
    2626FFADO_API_VERSION = "8" 
    27 FFADO_VERSION = "1.999.41
     27FFADO_VERSION = "1.999.42
    2828 
    2929import os 
     
    5353        BoolOption( "DEBUG", """\ 
    5454Toggle debug-build. DEBUG means \"-g -Wall\" and more, otherwise we will use 
    55   \"-O2\" to optimize.""", True ), 
     55  \"-O2\" to optimize.""", False ), 
    5656        BoolOption( "PROFILE", "Build with symbols and other profiling info", False ), 
    5757        PathOption( "PREFIX", "The prefix where ffado will be installed to.", "/usr/local", PathOption.PathAccept ),