Go to the source code of this file.
Defines | |
#define | NPP_VERSION_MAJOR 1 |
Major version number. | |
#define | NPP_VERSION_MINOR 1 |
Minor version number. | |
#define | NPP_VERSION_BUILD 0 |
Build number. Reflects the number of the nightly build. |
This file contains #defines with the various versioning information. A user should not directly rely on these defines but rather use nppGetLibVersion to obtain this information.
#define NPP_VERSION_BUILD 0 |
Build number. Reflects the number of the nightly build.
#define NPP_VERSION_MAJOR 1 |
Major version number.
#define NPP_VERSION_MINOR 1 |
Minor version number.