~ubuntu-branches/debian/experimental/ettercap/experimental

« back to all changes in this revision

Viewing changes to include/ec_version.h

  • Committer: Package Import Robot
  • Author(s): Barak A. Pearlmutter
  • Date: 2013-03-27 11:55:24 UTC
  • mfrom: (25.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20130327115524-ahjhvuh03ejcfuui
Tags: 1:0.7.6-2~exp1
Experimental release with IPv6 support

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
#ifndef EC_VERS_H
4
4
#define EC_VERS_H
5
5
 
6
 
#define EC_VERSION            "0.7.5.3"
 
6
#define EC_VERSION            "0.7.6"
7
7
#define EC_VERSION_MAJOR      0
8
8
#define EC_VERSION_MINOR      7
9
 
#define EC_VERSION_REVISION   5 
 
9
#define EC_VERSION_REVISION   6
10
10
#define EC_PROGRAM            "ettercap"
11
11
#define EC_COPYRIGHT          "2001-2013"
12
12
#define EC_AUTHORS            "Ettercap Development Team"