-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
19 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# Process this file with autoconf to produce a configure script. | ||
|
||
AC_PREREQ([2.68]) | ||
AC_INIT([Jool], [3.2.1], [[email protected]]) | ||
AC_INIT([Jool], [3.2.2], [[email protected]]) | ||
AC_CONFIG_SRCDIR([src/jool.c]) | ||
AM_INIT_AUTOMAKE | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 2014-08-05 v3.2.1 "Jool's Userspace Application" | ||
.TH jool 8 2014-08-05 v3.2.2 "Jool's Userspace Application" | ||
|
||
.SH NAME | ||
jool - Interact with Jool (the kernel module). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ | |
#endif | ||
|
||
|
||
const char *argp_program_version = "3.2.1"; | ||
const char *argp_program_version = "3.2.2"; | ||
const char *argp_program_bug_address = "[email protected]"; | ||
|
||
/** | ||
|