/[svn]/qsampler/trunk/src/qsamplerAbout.h
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerAbout.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 176 by capela, Tue Jul 6 10:54:45 2004 UTC revision 753 by capela, Wed Aug 24 17:44:59 2005 UTC
# Line 1  Line 1 
1  // qsamplerAbout.h  // qsamplerAbout.h
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2004, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2005, rncbc aka Rui Nuno Capela. All rights reserved.
5    
6     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
7     modify it under the terms of the GNU General Public License     modify it under the terms of the GNU General Public License
# Line 22  Line 22 
22  #ifndef __qsamplerAbout_h  #ifndef __qsamplerAbout_h
23  #define __qsamplerAbout_h  #define __qsamplerAbout_h
24    
25  #define QSAMPLER_TITLE        "qsampler"  #include "config.h"
26    
27    #define QSAMPLER_TITLE        PACKAGE_NAME
28    #define QSAMPLER_VERSION      PACKAGE_VERSION
29    
30  #define QSAMPLER_SUBTITLE     "A LinuxSampler Qt GUI Interface"  #define QSAMPLER_SUBTITLE     "A LinuxSampler Qt GUI Interface"
 #define QSAMPLER_VERSION      "0.0.2.98"  
31  #define QSAMPLER_WEBSITE      "http://qsampler.sourceforge.net"  #define QSAMPLER_WEBSITE      "http://qsampler.sourceforge.net"
32  #define QSAMPLER_COPYRIGHT    "Copyright (C) 2004, rncbc aka Rui Nuno Capela. All rights reserved."  #define QSAMPLER_COPYRIGHT    "Copyright (C) 2004-2005, rncbc aka Rui Nuno Capela. All rights reserved."
33    
34  #endif  // __qsamplerAbout_h  #endif  // __qsamplerAbout_h
35    

Legend:
Removed from v.176  
changed lines
  Added in v.753

  ViewVC Help
Powered by ViewVC