aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Masters <jcm@jonmasters.org>2009-10-01 02:29:21 -0400
committerJon Masters <jcm@jonmasters.org>2009-10-01 02:29:21 -0400
commitfdae0df92cf48e02b89376a67e405191e2949977 (patch)
treea54e33e19163d435f18460fc66717288546598b0
parentd2cc5cecad6e754bb107c8a54c49a4868ac9995a (diff)
downloadmodule-init-tools-fdae0df92cf48e02b89376a67e405191e2949977.tar.gz
module-init-tools v3.11-rc1
An initial round of patches for the 3.11 release, including support for "builtin" modules (those pre-compiled into the kernel image for which we have sysfs entries and perform module initcalls just like loadable ones). Signed-off-by: Jon Masters <jcm@jonmasters.org>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3d9e710..75d3b15 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(module-init-tools,3.10)
+AC_INIT(module-init-tools,3.11-rc1)
AC_CANONICAL_SYSTEM