Skip to content

Commit

Permalink
Declare version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarb committed Dec 11, 2023
1 parent f166ff2 commit 1cd7e10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.67])
AC_INIT(ipctl, 1.0, [email protected])
AC_INIT(ipctl, 1.1, [email protected])

#AC_CONFIG_SRCDIR([src/ipctlm.c])
AC_CONFIG_AUX_DIR(config)
Expand Down
2 changes: 1 addition & 1 deletion src/module/ipctlm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 "1.0"
#define MOD_VER "1.1"


static struct genl_family ipctl_gnl_family;
Expand Down

0 comments on commit 1cd7e10

Please sign in to comment.