source: src/router/proftpd/include/version.h @ 17876

Last change on this file since 17876 was 17876, checked in by BrainSlayer, 19 months ago

update proftp

File size: 457 bytes
Line 
1#include "buildstamp.h"
2
3/* Application version (in various forms) */
4#define PROFTPD_VERSION_NUMBER          0x0001030404
5#define PROFTPD_VERSION_TEXT            "1.3.4"
6
7/* Module API version */
8#define PR_MODULE_API_VERSION           0x20
9
10unsigned long pr_version_get_module_api_number(void);
11unsigned long pr_version_get_number(void);
12const char *pr_version_get_str(void);
13
14/* PR_STATUS is reported by --version-status -- don't ask why */
15#define PR_STATUS                       "(stable)"
Note: See TracBrowser for help on using the repository browser.