summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 8813475..390628a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,7 +41,7 @@ SED_PROCESS = \
$(SED_PROCESS)
LIBKMOD_CURRENT=5
-LIBKMOD_REVISION=0
+LIBKMOD_REVISION=1
LIBKMOD_AGE=3
noinst_LTLIBRARIES = shared/libshared.la
diff --git a/configure.ac b/configure.ac
index 817e251..23510c8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.64)
AC_INIT([kmod],
- [22],
+ [23],
[linux-modules@vger.kernel.org],
[kmod],
[http://git.kernel.org/?p=utils/kernel/kmod/kmod.git])