python-version.h 143 Bytes
#define python_version 2

#if python_version == 3
#include <python3.2/Python.h>
#elif python_version == 2
#include <python2.7/Python.h>
#endif