summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@intel.com>2016-07-20 01:38:42 -0300
committerLucas De Marchi <lucas.demarchi@intel.com>2016-07-20 01:38:42 -0300
commit65a885df5f6f15222b44fd695c5eaca17e837a14 (patch)
tree9465ecb69bbf564d08d892d5f3231c7be0e78b32
parenta29268d00e335afb34d93d56898cac531d038867 (diff)
downloadkmod-23.tar.gz
kmod 23v23
-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])