Skip to content

Commit 1cd7e10

Browse files
committed
Declare version 1.1
1 parent f166ff2 commit 1cd7e10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.67])
5-
AC_INIT(ipctl, 1.0, [email protected])
5+
AC_INIT(ipctl, 1.1, [email protected])
66

77
#AC_CONFIG_SRCDIR([src/ipctlm.c])
88
AC_CONFIG_AUX_DIR(config)

src/module/ipctlm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
#define MOD_AUTHOR "Oskar Berggren <[email protected]>"
1111
#define MOD_DESC "A module to offer efficient mass control of the IP sysctl family traditionally controlled through /proc."
12-
#define MOD_VER "1.0"
12+
#define MOD_VER "1.1"
1313

1414

1515
static struct genl_family ipctl_gnl_family;

0 commit comments

Comments
 (0)