Show
Ignore:
Timestamp:
09/06/08 13:03:17 (5 years ago)
Author:
comix
Message:

New svn version now doesn't trigger a complete (almost..) build of hydrogen :)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gui/src/AboutDialog.cpp

    r377 r436  
    4545 
    4646        QString about; 
    47         about += QString("<center><b>Hydrogen Drum Machine %1 [%2] </b><br>").arg(VERSION.c_str()).arg( __DATE__ ); 
     47        about += QString("<center><b>Hydrogen Drum Machine %1 [%2] </b><br>").arg( get_version().c_str() ).arg( __DATE__ ); 
    4848        about += tr( "<b>Website</b><br>" ); 
    4949        about += "http://www.hydrogen-music.org<br><br>";