Skip to content

Commit

Permalink
Declare version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarb committed Aug 13, 2023
1 parent e4059e6 commit 97ecc87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 as
published by the Free Software Foundation.

Copyright (C) 2012 Oskar Berggren (oskar{.}berggren(a)gmail{.}com).
Copyright (C) 2012-2023 Oskar Berggren (oskar{.}berggren(a)gmail{.}com).

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, 0.3, [email protected])
AC_INIT(ipctl, 1.0, [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 "0.2"
#define MOD_VER "1.0"


static struct genl_family ipctl_gnl_family;
Expand Down

0 comments on commit 97ecc87

Please sign in to comment.