diff --git a/configure.ac b/configure.ac index e68a52d..4d97313 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # Under BSD-3-CLause license. AC_PREREQ([2.69]) -AC_INIT([sniffit], [0.5], [https://github.com/resurrecting-open-source-projects/sniffit/issues]) +AC_INIT([sniffit], [0.6], [https://github.com/resurrecting-open-source-projects/sniffit/issues]) AC_CONFIG_SRCDIR([src/sn_generation.h]) AC_CONFIG_HEADERS([config.h]) diff --git a/src/sn_defines.h b/src/sn_defines.h index 5fa7b6e..4339715 100644 --- a/src/sn_defines.h +++ b/src/sn_defines.h @@ -14,7 +14,7 @@ typedef unsigned short _16_bit; /*** Normal Sniffit operations */ -#define VERSION "0.5" /* Program Version */ +#define VERSION "0.6" /* Program Version */ #define SNAPLEN MTU /* Ethernet Packet Length */ #define MSDELAY 1000 /* pcap timeout */ #define PACKETS 1 /* pcap dispatch */