From e2de64d6f1beb9e492daf5b886e19933c1fa41dd Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kmid/version.h | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 kmid/version.h (limited to 'kmid/version.h') diff --git a/kmid/version.h b/kmid/version.h new file mode 100644 index 00000000..be282fff --- /dev/null +++ b/kmid/version.h @@ -0,0 +1,48 @@ +#ifndef _VERSION_H + + +#define VERSION_NUM 2.0 +#define VERSION_SHORTTXT "2.0" +#define VERSION_TXT "KMid 2.0" + +// Undefine WORKING for release versions +//#define WORKING + +// I want to keep some special variables defined at home for personal +// adjustments +//#define AT_HOME + + +// The next definition makes kmid display some general debug messages +// that may be helpful to locate any bug, but without making lots of +// messages. Please when reporting a bug, be sure that this is set and +// send me the output. +//#define GENERAL_DEBUG_MESSAGES + +// Define MODE_DEMO_ONLYVISUAL for kmid to work on systems with no soundcard, +// or when it is not well configured. You will only get visual feedback, that +// is, you will see the letter changing of colors, but no music. Really, you +// would get music if it is possible, but by defining this, many synchronization +// routines will be turned off. +//#define MODE_DEMO_ONLYVISUAL + + +// And now, DEBUG messages : +#ifdef WORKING +#define KMidDEBUG +//#define KDISPTEXTDEBUG +//#define COLLECTDLGDEBUG +//#define DEVICEMANDEBUG +//#define FMOUTDEBUG +//#define GUSOUTDEBUG +//#define MIDFILEDEBUG +//#define MIDIOUTDEBUG +//#define MIDISTATDEBUG +//#define MIDIMAPPERDEBUG +//#define SYNTHOUTDEBUG +//#define VOICEMANDEBUG +//#define PLAYERDEBUG +//#define TRACKDEBUG +#endif + +#endif -- cgit v1.2.1