/usr/include/proftpd/version.h is in proftpd-dev 1.3.5e-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | #include "buildstamp.h"
/* Application version (in various forms) */
#define PROFTPD_VERSION_NUMBER 0x0001030511
#define PROFTPD_VERSION_TEXT "1.3.5e"
/* Module API version */
#define PR_MODULE_API_VERSION 0x20
unsigned long pr_version_get_module_api_number(void);
unsigned long pr_version_get_number(void);
const char *pr_version_get_str(void);
/* PR_STATUS is reported by --version-status -- don't ask why */
#define PR_STATUS "(maint)"
|