Skip to content

Commit

Permalink
Prepare to release version 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
eribertomota committed Apr 24, 2024
1 parent 43863aa commit c21985c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])

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.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 */
Expand Down

0 comments on commit c21985c

Please sign in to comment.