Skip to content

Commit 6255abe

Browse files
committed
Set 1.6 version
1 parent 3f92ed8 commit 6255abe

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# packit official page at https://github.com/eribertomota/packit
2626

2727
AC_PREREQ([2.69])
28-
AC_INIT([packit], [1.5], [https://github.com/eribertomota/packit/issues])
28+
AC_INIT([packit], [1.6], [https://github.com/eribertomota/packit/issues])
2929
AC_CONFIG_SRCDIR([src/main.c])
3030
AM_INIT_AUTOMAKE
3131
AC_CONFIG_HEADERS(config.h)

man/generate-man.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
P_DATA="19 Jan 2017"
88
P_NAME=packit
9-
P_VERSION=1.5
9+
P_VERSION=1.6
1010
P_MANLEVEL=8
1111
P_DESCRIPT="Packet analysis and injection tool"
1212

man/packit.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" Text automatically generated by txt2man
2-
.TH packit 8 "19 Jan 2017" "packit-1.5" "Packet analysis and injection tool"
2+
.TH packit 8 "19 Jan 2017" "packit-1.6" "Packet analysis and injection tool"
33
.SH NAME
44
\fBPackit \fP- packet analysis and injection tool
55
\fB

src/version.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
* packit official page at https://github.com/eribertomota/packit
2525
*/
2626

27-
#define P_VERSION "1.5"
27+
#define P_VERSION "1.6"
2828
#define P_AUTHOR "Darren Bounds, Eriberto Mota and others"
2929
#define P_SITE "https://github.com/eribertomota/packit"

0 commit comments

Comments
 (0)