Skip to content

Commit

Permalink
Protocolary updates for release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ydahhrk committed Jan 17, 2019
1 parent b807a6a commit de72f5f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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], [3.255.5], [[email protected]])
AC_INIT([Jool], [4.0.0], [[email protected]])
AC_CONFIG_SRCDIR([src/common/xlat.h])
AM_INIT_AUTOMAKE([subdir-objects])

Expand Down
6 changes: 3 additions & 3 deletions src/common/xlat.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
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-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).
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-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).
Expand Down

0 comments on commit de72f5f

Please sign in to comment.