Skip to content

Commit

Permalink
Protocolary updates for release 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ydahhrk committed Apr 26, 2019
1 parent 765ba25 commit 6691566
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ You might also want to see [contact info](https://www.jool.mx/en/contact.html).
* Eric Gamess
* [Hidekazu Tadokoro](https://github.com/tadokoro)
* [ipclouds](https://github.com/ipclouds)
* Jan Pokorny - FIT VUTBR
* [Masaya YAMAMOTO](https://github.com/pandax381)
* [Michael Richardson](http://www.sandelman.ca/mcr)
* [paradon](https://github.com/paradon)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.68])
AC_INIT([Jool], [4.0.0], [[email protected]])
AC_INIT([Jool], [4.0.1], [[email protected]])
AC_CONFIG_SRCDIR([src/common/xlat.h])
AM_INIT_AUTOMAKE([subdir-objects])

Expand Down
2 changes: 1 addition & 1 deletion src/common/xlat.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
#define JOOL_VERSION_MAJOR 4
#define JOOL_VERSION_MINOR 0
#define JOOL_VERSION_REV 0
#define JOOL_VERSION_REV 1
#define JOOL_VERSION_DEV 0

/** See http://stackoverflow.com/questions/195975 */
Expand Down
2 changes: 1 addition & 1 deletion src/usr/iptables/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CFLAGS = -O2 -Wall -I../..
CFLAGS = -O2 -Wall -I../.. $(shell pkg-config xtables --cflags)
XTABLES_SO_DIR = $(shell pkg-config xtables --variable xtlibdir)

all:
Expand Down
2 changes: 1 addition & 1 deletion src/usr/nat64/jool.8
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" Manpage for jool's userspace app.
.\" Report bugs to [email protected].

.TH jool 8 2019-01-17 v4.0.0 "NAT64 Jool's Userspace Client"
.TH jool 8 2019-04-26 v4.0.1 "NAT64 Jool's Userspace Client"

.SH NAME
jool - Interact with NAT64 Jool (the kernel module).
Expand Down
2 changes: 1 addition & 1 deletion src/usr/siit/jool_siit.8
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" Manpage for jool's userspace app.
.\" Report bugs to [email protected].

.TH jool_siit 8 2019-01-17 v4.0.0 "SIIT Jool's Userspace Client"
.TH jool_siit 8 2019-04-26 v4.0.1 "SIIT Jool's Userspace Client"

.SH NAME
jool_siit - Interact with SIIT Jool (the kernel module).
Expand Down

0 comments on commit 6691566

Please sign in to comment.