nssutil.h (basilisk-2021.12.14-source.tar.xz) | : | nssutil.h (basilisk-2022.01.27-source.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 22 | skipping to change at line 22 | |||
#include "seccomon.h" | #include "seccomon.h" | |||
#endif | #endif | |||
/* | /* | |||
* NSS utilities's major version, minor version, patch level, build number, | * NSS utilities's major version, minor version, patch level, build number, | |||
* and whether this is a beta release. | * and whether this is a beta release. | |||
* | * | |||
* The format of the version string should be | * The format of the version string should be | |||
* "<major version>.<minor version>[.<patch level>[.<build number>]][ <Beta> ]" | * "<major version>.<minor version>[.<patch level>[.<build number>]][ <Beta> ]" | |||
*/ | */ | |||
#define NSSUTIL_VERSION "3.52.2" | #define NSSUTIL_VERSION "3.52.3" | |||
#define NSSUTIL_VMAJOR 3 | #define NSSUTIL_VMAJOR 3 | |||
#define NSSUTIL_VMINOR 52 | #define NSSUTIL_VMINOR 52 | |||
#define NSSUTIL_VPATCH 2 | #define NSSUTIL_VPATCH 3 | |||
#define NSSUTIL_VBUILD 0 | #define NSSUTIL_VBUILD 0 | |||
#define NSSUTIL_BETA PR_FALSE | #define NSSUTIL_BETA PR_FALSE | |||
SEC_BEGIN_PROTOS | SEC_BEGIN_PROTOS | |||
/* | /* | |||
* Returns a const string of the UTIL library version. | * Returns a const string of the UTIL library version. | |||
*/ | */ | |||
extern const char *NSSUTIL_GetVersion(void); | extern const char *NSSUTIL_GetVersion(void); | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |