summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-08-20 13:54:02 +0000
committerOlivier Blin <oblin@mandriva.com>2007-08-20 13:54:02 +0000
commit5812f34a3a984fdb5b92e9d4e376805bc4ab03fc (patch)
tree846a26263862a91e1e8978673d0e5127ba0a2e58 /Makefile
parent3c30ec1e544b9049fec0a1229697f30d9eb37f39 (diff)
downloadldetect-lst-5812f34a3a984fdb5b92e9d4e376805bc4ab03fc.tar
ldetect-lst-5812f34a3a984fdb5b92e9d4e376805bc4ab03fc.tar.gz
ldetect-lst-5812f34a3a984fdb5b92e9d4e376805bc4ab03fc.tar.bz2
ldetect-lst-5812f34a3a984fdb5b92e9d4e376805bc4ab03fc.tar.xz
ldetect-lst-5812f34a3a984fdb5b92e9d4e376805bc4ab03fc.zip
use '_' in modules name
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7f41f1f8..210845d7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
include Makefile.config
PACKAGE = ldetect-lst
-VERSION := 0.1.177
+VERSION := 0.1.178
SVN_URL := $(shell svn info | grep ^URL: | cut -f2 -d\ )
SVN_BASE := $(shell svn info | sed -n '/^URL: \(.*\/$(PACKAGE)\).*/s//\1/p')