From 7b12b294d568b9668b87cfdd40c1482bae043e02 Mon Sep 17 00:00:00 2001 From: qjcg Date: Thu, 16 Oct 2014 12:55:41 -0400 Subject: [PATCH] bump version to match release --- include/ec_version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/ec_version.h b/include/ec_version.h index 5bf146781..953022a1d 100644 --- a/include/ec_version.h +++ b/include/ec_version.h @@ -1,10 +1,10 @@ #ifndef ETTERCAP_VERS_H #define ETTERCAP_VERS_H -#define EC_VERSION "0.8.0" +#define EC_VERSION "0.8.1" #define EC_VERSION_MAJOR 0 #define EC_VERSION_MINOR 8 -#define EC_VERSION_REVISION 0 +#define EC_VERSION_REVISION 1 #define EC_PROGRAM "ettercap" #define EC_COPYRIGHT "2001-2014" #define EC_AUTHORS "Ettercap Development Team"