Skip to content

Commit c21985c

Browse files
committed
Prepare to release version 0.6
1 parent 43863aa commit c21985c

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
@@ -4,7 +4,7 @@
44
# Under BSD-3-CLause license.
55

66
AC_PREREQ([2.69])
7-
AC_INIT([sniffit], [0.5], [https://github.com/resurrecting-open-source-projects/sniffit/issues])
7+
AC_INIT([sniffit], [0.6], [https://github.com/resurrecting-open-source-projects/sniffit/issues])
88
AC_CONFIG_SRCDIR([src/sn_generation.h])
99
AC_CONFIG_HEADERS([config.h])
1010

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.5" /* Program Version */
17+
#define VERSION "0.6" /* 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)