diff --git a/README.md b/README.md index 85357ede2..5d7777c31 100644 --- a/README.md +++ b/README.md @@ -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 + Copyright (C) 2019 NIC Mexico 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 diff --git a/include/nat64/common/xlat.h b/include/nat64/common/xlat.h index 27bd0ce5d..293d87d0a 100644 --- a/include/nat64/common/xlat.h +++ b/include/nat64/common/xlat.h @@ -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 */ diff --git a/usr/configure.ac b/usr/configure.ac index 1c5925bd9..94fa1c153 100644 --- a/usr/configure.ac +++ b/usr/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.68]) -AC_INIT([Jool], [3.5.7], [jool@nic.mx]) +AC_INIT([Jool], [3.5.8], [jool@nic.mx]) AC_CONFIG_SRCDIR([common/jool.c]) AM_INIT_AUTOMAKE([subdir-objects]) diff --git a/usr/stateful/jool.8 b/usr/stateful/jool.8 index 925978237..41c8fb44b 100644 --- a/usr/stateful/jool.8 +++ b/usr/stateful/jool.8 @@ -1,7 +1,7 @@ .\" Manpage for jool's userspace app. .\" Report bugs to jool@nic.mx. -.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). @@ -292,7 +292,7 @@ Our issue tracker is https://github.com/NICMx/Jool/issues. If you want to mail us instead, use jool@nic.mx. .SH COPYRIGHT -Copyright 2018 NIC Mexico. +Copyright 2019 NIC Mexico. .br License: GPLv2 (GNU GPL version 2) .br diff --git a/usr/stateless/jool_siit.8 b/usr/stateless/jool_siit.8 index 1182ff070..24698fade 100644 --- a/usr/stateless/jool_siit.8 +++ b/usr/stateless/jool_siit.8 @@ -1,7 +1,7 @@ .\" Manpage for jool's userspace app. .\" Report bugs to jool@nic.mx. -.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). @@ -237,7 +237,7 @@ Our issue tracker is https://github.com/NICMx/Jool/issues. If you want to mail us instead, use jool@nic.mx. .SH COPYRIGHT -Copyright 2018 NIC Mexico. +Copyright 2019 NIC Mexico. .br License: GPLv2 (GNU GPL version 2) .br