Version.h (pymol-v1.8.6.0.tar.bz2) | : | Version.h (pymol-v2.1.0.tar.bz2) | ||
---|---|---|---|---|
#ifndef _PyMOL_VERSION | #ifndef _PyMOL_VERSION | |||
#define _PyMOL_VERSION "1.8.6.0" | #define _PyMOL_VERSION "2.1.0" | |||
#endif | ||||
#ifndef _PyMOL_VERSION_double | ||||
#define _PyMOL_VERSION_double 1.860 | ||||
#endif | #endif | |||
/* for session file compatibility */ | /* for session file compatibility */ | |||
#ifndef _PyMOL_VERSION_int | #ifndef _PyMOL_VERSION_int | |||
#define _PyMOL_VERSION_int 1860 | // X.Y.Z -> XYYYZZZ | |||
#define _PyMOL_VERSION_int 2001000 | ||||
#define _PyMOL_VERSION_double (_PyMOL_VERSION_int / 1000000.) | ||||
#endif | #endif | |||
End of changes. 2 change blocks. | ||||
6 lines changed or deleted | 4 lines changed or added |