File: version.h

package info (click to toggle)
proftpd-dfsg 1.3.0-19etch3
  • links: PTS
  • area: main
  • in suites: etch
  • size: 9,604 kB
  • ctags: 5,598
  • sloc: ansic: 59,475; sh: 18,832; perl: 1,474; makefile: 1,191
file content (11 lines) | stat: -rw-r--r-- 321 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#include "buildstamp.h"

/* Application version (in various forms) */
#define PROFTPD_VERSION_NUMBER		0x0001030006
#define PROFTPD_VERSION_TEXT		"1.3.0"

/* Module API version */
#define PR_MODULE_API_VERSION		0x20

/* PR_STATUS is reported by --version-status -- don't ask why */
#define PR_STATUS          		"(stable)"