Skip to content

Commit ca23328

Browse files
committed
Prepare to release version 0.5
1 parent 74d500b commit ca23328

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

configure.ac

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# configure.ac for sniffit
22
# Copyright 1997-1998 Brecht Claerhout
3-
# Copyright 2016 Joao Eriberto Mota Filho
3+
# Copyright 2016-2020 Joao Eriberto Mota Filho
44
# Under BSD-3-CLause license.
55

66
AC_PREREQ([2.69])
7-
AC_INIT([sniffit], [0.4.0], [https://github.com/resurrecting-open-source-projects/sniffit/issues])
7+
AC_INIT([sniffit], [0.5], [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

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