Skip to content

Commit

Permalink
Set 1.6 version
Browse files Browse the repository at this point in the history
  • Loading branch information
eribertomota committed Jan 25, 2019
1 parent 3f92ed8 commit 6255abe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# packit official page at https://github.com/eribertomota/packit

AC_PREREQ([2.69])
AC_INIT([packit], [1.5], [https://github.com/eribertomota/packit/issues])
AC_INIT([packit], [1.6], [https://github.com/eribertomota/packit/issues])
AC_CONFIG_SRCDIR([src/main.c])
AM_INIT_AUTOMAKE
AC_CONFIG_HEADERS(config.h)
Expand Down
2 changes: 1 addition & 1 deletion man/generate-man.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

P_DATA="19 Jan 2017"
P_NAME=packit
P_VERSION=1.5
P_VERSION=1.6
P_MANLEVEL=8
P_DESCRIPT="Packet analysis and injection tool"

Expand Down
2 changes: 1 addition & 1 deletion man/packit.8
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" Text automatically generated by txt2man
.TH packit 8 "19 Jan 2017" "packit-1.5" "Packet analysis and injection tool"
.TH packit 8 "19 Jan 2017" "packit-1.6" "Packet analysis and injection tool"
.SH NAME
\fBPackit \fP- packet analysis and injection tool
\fB
Expand Down
2 changes: 1 addition & 1 deletion src/version.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
* packit official page at https://github.com/eribertomota/packit
*/

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

0 comments on commit 6255abe

Please sign in to comment.