Version.h (pymol-v2.1.0.tar.bz2) | : | Version.h (pymol-open-source-2.2.0) | ||
---|---|---|---|---|
#ifndef _PyMOL_VERSION | #ifndef _PyMOL_VERSION | |||
#define _PyMOL_VERSION "2.1.0" | #define _PyMOL_VERSION "2.2.0" | |||
#endif | #endif | |||
/* for session file compatibility */ | /* for session file compatibility */ | |||
#ifndef _PyMOL_VERSION_int | #ifndef _PyMOL_VERSION_int | |||
// X.Y.Z -> XYYYZZZ | // X.Y.Z -> XYYYZZZ | |||
#define _PyMOL_VERSION_int 2001000 | #define _PyMOL_VERSION_int 2001000 | |||
#define _PyMOL_VERSION_double (_PyMOL_VERSION_int / 1000000.) | #define _PyMOL_VERSION_double (_PyMOL_VERSION_int / 1000000.) | |||
#endif | #endif | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |