| 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 | |
|---|
| 10 | unsigned long pr_version_get_module_api_number(void); |
|---|
| 11 | unsigned long pr_version_get_number(void); |
|---|
| 12 | const 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.