Skip to content

Commit

Permalink
Prepare to release version 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
eribertomota committed Apr 20, 2020
1 parent 74d500b commit ca23328
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# configure.ac for sniffit
# Copyright 1997-1998 Brecht Claerhout
# Copyright 2016 Joao Eriberto Mota Filho
# Copyright 2016-2020 Joao Eriberto Mota Filho
# Under BSD-3-CLause license.

AC_PREREQ([2.69])
AC_INIT([sniffit], [0.4.0], [https://github.com/resurrecting-open-source-projects/sniffit/issues])
AC_INIT([sniffit], [0.5], [https://github.com/resurrecting-open-source-projects/sniffit/issues])
AC_CONFIG_SRCDIR([src/sn_generation.h])
AC_CONFIG_HEADERS([config.h])

Expand Down
2 changes: 1 addition & 1 deletion src/sn_defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ typedef unsigned short _16_bit;

/*** Normal Sniffit operations */

#define VERSION "0.4.0" /* Program Version */
#define VERSION "0.5" /* Program Version */
#define SNAPLEN MTU /* Ethernet Packet Length */
#define MSDELAY 1000 /* pcap timeout */
#define PACKETS 1 /* pcap dispatch */
Expand Down

0 comments on commit ca23328

Please sign in to comment.