ec_version.h (ettercap-0.8.3) | : | ec_version.h (ettercap-0.8.3.1) | ||
---|---|---|---|---|
#ifndef ETTERCAP_VERS_H | #ifndef ETTERCAP_VERS_H | |||
#define ETTERCAP_VERS_H | #define ETTERCAP_VERS_H | |||
#define EC_VERSION "0.8.3" | #define EC_VERSION "0.8.3.1" | |||
#define EC_VERSION_MAJOR 0 | #define EC_VERSION_MAJOR 0 | |||
#define EC_VERSION_MINOR 8 | #define EC_VERSION_MINOR 8 | |||
#define EC_VERSION_REVISION 3 | #define EC_VERSION_REVISION 3 | |||
#define EC_VERSION_SUBREVISION 1 | ||||
#ifndef PROGRAM | #ifndef PROGRAM | |||
#define PROGRAM "ettercap" | #define PROGRAM "ettercap" | |||
#endif | #endif | |||
#define EC_COPYRIGHT "2001-2019" | #define EC_COPYRIGHT "2001-2020" | |||
#define EC_AUTHORS "Ettercap Development Team" | #define EC_AUTHORS "Ettercap Development Team" | |||
#endif | #endif | |||
/* EOF */ | /* EOF */ | |||
End of changes. 2 change blocks. | ||||
5 lines changed or deleted | 6 lines changed or added |