From de72f5f5a15a7218dc7cd566b108f8f2323b3a3a Mon Sep 17 00:00:00 2001 From: Alberto Leiva Popper Date: Thu, 17 Jan 2019 12:01:45 -0600 Subject: [PATCH] Protocolary updates for release 4.0.0 --- configure.ac | 2 +- src/common/xlat.h | 6 +++--- src/usr/nat64/jool.8 | 2 +- src/usr/siit/jool_siit.8 | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index a82cc9550..1845b2e91 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.68]) -AC_INIT([Jool], [3.255.5], [jool@nic.mx]) +AC_INIT([Jool], [4.0.0], [jool@nic.mx]) AC_CONFIG_SRCDIR([src/common/xlat.h]) AM_INIT_AUTOMAKE([subdir-objects]) diff --git a/src/common/xlat.h b/src/common/xlat.h index 54ed39db0..58e33f13f 100644 --- a/src/common/xlat.h +++ b/src/common/xlat.h @@ -12,9 +12,9 @@ * These defines are read in from dkms.conf. If you change their syntax or * relocate them, please make sure to also update dkms.conf accordingly. */ -#define JOOL_VERSION_MAJOR 3 -#define JOOL_VERSION_MINOR 255 -#define JOOL_VERSION_REV 5 +#define JOOL_VERSION_MAJOR 4 +#define JOOL_VERSION_MINOR 0 +#define JOOL_VERSION_REV 0 #define JOOL_VERSION_DEV 0 /** See http://stackoverflow.com/questions/195975 */ diff --git a/src/usr/nat64/jool.8 b/src/usr/nat64/jool.8 index 67563c8a9..403104c84 100644 --- a/src/usr/nat64/jool.8 +++ b/src/usr/nat64/jool.8 @@ -1,7 +1,7 @@ .\" Manpage for jool's userspace app. .\" Report bugs to jool@nic.mx. -.TH jool 8 2019-01-16 v4.0.0 "NAT64 Jool's Userspace Client" +.TH jool 8 2019-01-17 v4.0.0 "NAT64 Jool's Userspace Client" .SH NAME jool - Interact with NAT64 Jool (the kernel module). diff --git a/src/usr/siit/jool_siit.8 b/src/usr/siit/jool_siit.8 index e85b9a36a..8927a6252 100644 --- a/src/usr/siit/jool_siit.8 +++ b/src/usr/siit/jool_siit.8 @@ -1,7 +1,7 @@ .\" Manpage for jool's userspace app. .\" Report bugs to jool@nic.mx. -.TH jool_siit 8 2019-01-16 v4.0.0 "SIIT Jool's Userspace Client" +.TH jool_siit 8 2019-01-17 v4.0.0 "SIIT Jool's Userspace Client" .SH NAME jool_siit - Interact with SIIT Jool (the kernel module).