/[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 327 by capela, Tue Dec 21 14:22:55 2004 UTC revision 601 by capela, Thu Jun 2 14:58:40 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"  #define QSAMPLER_TITLE        "Qsampler"
26  #define QSAMPLER_SUBTITLE     "A LinuxSampler Qt GUI Interface"  #define QSAMPLER_SUBTITLE     "A LinuxSampler Qt GUI Interface"
27  #define QSAMPLER_VERSION      "0.0.4.1"  #define QSAMPLER_VERSION      "0.1.0.4"
28  #define QSAMPLER_WEBSITE      "http://qsampler.sourceforge.net"  #define QSAMPLER_WEBSITE      "http://qsampler.sourceforge.net"
29  #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."
30    
31  #endif  // __qsamplerAbout_h  #endif  // __qsamplerAbout_h
32    

Legend:
Removed from v.327  
changed lines
  Added in v.601

  ViewVC Help
Powered by ViewVC