-
Notifications
You must be signed in to change notification settings - Fork 0
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
3 changed files
with
3 additions
and
3 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
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.67]) | ||
AC_INIT(ipctl, 0.3, [email protected]) | ||
AC_INIT(ipctl, 1.0, [email protected]) | ||
|
||
#AC_CONFIG_SRCDIR([src/ipctlm.c]) | ||
AC_CONFIG_AUX_DIR(config) | ||
|
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
#define MOD_AUTHOR "Oskar Berggren <[email protected]>" | ||
#define MOD_DESC "A module to offer efficient mass control of the IP sysctl family traditionally controlled through /proc." | ||
#define MOD_VER "0.2" | ||
#define MOD_VER "1.0" | ||
|
||
|
||
static struct genl_family ipctl_gnl_family; | ||
|