summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-08-13 15:02:57 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-08-13 15:02:57 +0000
commit66a693b46b3906949c9197472c16a9deafa1c6ae (patch)
tree17f5c8d75e68ee5c8b9b5883316108b39bec4b5c /Makefile
parentf5b0495a1d43085a7fe16ec7a37fa33f8e39df60 (diff)
downloadldetect-lst-66a693b46b3906949c9197472c16a9deafa1c6ae.tar
ldetect-lst-66a693b46b3906949c9197472c16a9deafa1c6ae.tar.gz
ldetect-lst-66a693b46b3906949c9197472c16a9deafa1c6ae.tar.bz2
ldetect-lst-66a693b46b3906949c9197472c16a9deafa1c6ae.tar.xz
ldetect-lst-66a693b46b3906949c9197472c16a9deafa1c6ae.zip
add a fallback-modules.alias to be used in a chroot
(where we don't have the modules.alias corresponding to the running kernel)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b3b9d1b8..2224fc27 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
include Makefile.config
PACKAGE = ldetect-lst
-VERSION := 0.1.175
+VERSION := 0.1.176
SVN_URL := $(shell svn info | grep ^URL: | cut -f2 -d\ )
SVN_BASE := $(shell svn info | sed -n '/^URL: \(.*\/$(PACKAGE)\).*/s//\1/p')