Skip to content

Commit aba74e0

Browse files
committed
Prepare to release version 0.7
1 parent a3550c0 commit aba74e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Under BSD-3-CLause license.
66

77
AC_PREREQ([2.69])
8-
AC_INIT([sniffit], [0.6], [https://github.com/resurrecting-open-source-projects/sniffit/issues])
8+
AC_INIT([sniffit], [0.7], [https://github.com/resurrecting-open-source-projects/sniffit/issues])
99
AC_CONFIG_SRCDIR([src/sn_generation.h])
1010
AC_CONFIG_HEADERS([config.h])
1111

src/sn_defines.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ typedef unsigned short _16_bit;
1414

1515
/*** Normal Sniffit operations */
1616

17-
#define VERSION "0.6" /* Program Version */
17+
#define VERSION "0.7" /* Program Version */
1818
#define SNAPLEN MTU /* Ethernet Packet Length */
1919
#define MSDELAY 1000 /* pcap timeout */
2020
#define PACKETS 1 /* pcap dispatch */

0 commit comments

Comments
 (0)