Skip to content

Commit

Permalink
Protocolary updates for release 3.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ydahhrk committed Apr 26, 2019
1 parent ae6f898 commit a5a5dbf
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ You might also want to see [contact info](https://www.jool.mx/en/contact.html).
## Legal stuff

Jool - SIIT and NAT64 for Linux
Copyright (C) 2018 NIC Mexico <[email protected]>
Copyright (C) 2019 NIC Mexico <[email protected]>

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion include/nat64/common/xlat.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
#define JOOL_VERSION_MAJOR 3
#define JOOL_VERSION_MINOR 5
#define JOOL_VERSION_REV 7
#define JOOL_VERSION_REV 8
#define JOOL_VERSION_DEV 0

/** See http://stackoverflow.com/questions/195975 */
Expand Down
2 changes: 1 addition & 1 deletion usr/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], [3.5.7], [[email protected]])
AC_INIT([Jool], [3.5.8], [[email protected]])
AC_CONFIG_SRCDIR([common/jool.c])
AM_INIT_AUTOMAKE([subdir-objects])

Expand Down
4 changes: 2 additions & 2 deletions usr/stateful/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 2018-05-04 v3.5.7 "NAT64 Jool's Userspace Application"
.TH jool 8 2019-04-26 v3.5.8 "NAT64 Jool's Userspace Application"

.SH NAME
jool - Interact with NAT64 Jool (the kernel module).
Expand Down Expand Up @@ -292,7 +292,7 @@ Our issue tracker is https://github.com/NICMx/Jool/issues.
If you want to mail us instead, use [email protected].

.SH COPYRIGHT
Copyright 2018 NIC Mexico.
Copyright 2019 NIC Mexico.
.br
License: GPLv2 (GNU GPL version 2)
.br
Expand Down
4 changes: 2 additions & 2 deletions usr/stateless/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 2018-05-04 v3.5.7 "SIIT Jool's Userspace Application"
.TH jool_siit 8 2019-04-26 v3.5.8 "SIIT Jool's Userspace Application"

.SH NAME
jool_siit - Interact with SIIT Jool (the kernel module).
Expand Down Expand Up @@ -237,7 +237,7 @@ Our issue tracker is https://github.com/NICMx/Jool/issues.
If you want to mail us instead, use [email protected].

.SH COPYRIGHT
Copyright 2018 NIC Mexico.
Copyright 2019 NIC Mexico.
.br
License: GPLv2 (GNU GPL version 2)
.br
Expand Down

0 comments on commit a5a5dbf

Please sign in to comment.