Your question, your audience. Choose who sees your identity—and your question—with question security.
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.
Have a better answer? Share it in a comment.
// This macro define your version
#define VERSION_LIGHT
// some code
#ifdef VERSION_LIGHT
// some version-specific code
#else
// some other code
#endif