--- qsampler/trunk/src/qsamplerAbout.h 2005/03/15 15:38:26 464 +++ qsampler/trunk/src/qsamplerAbout.h 2006/03/20 10:53:33 847 @@ -22,11 +22,14 @@ #ifndef __qsamplerAbout_h #define __qsamplerAbout_h -#define QSAMPLER_TITLE "qsampler" +#include "config.h" + +#define QSAMPLER_TITLE PACKAGE_NAME +#define QSAMPLER_VERSION PACKAGE_VERSION + #define QSAMPLER_SUBTITLE "A LinuxSampler Qt GUI Interface" -#define QSAMPLER_VERSION "0.0.9.20" #define QSAMPLER_WEBSITE "http://qsampler.sourceforge.net" -#define QSAMPLER_COPYRIGHT "Copyright (C) 2004-2005, rncbc aka Rui Nuno Capela. All rights reserved." +#define QSAMPLER_COPYRIGHT "Copyright (C) 2004-2006, rncbc aka Rui Nuno Capela. All rights reserved." #endif // __qsamplerAbout_h