diff options
author | Olivier Blin <oblin@mandriva.com> | 2009-10-08 17:25:50 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2009-10-08 17:25:50 +0000 |
commit | fc902adf88d3b07f610a9f7318795318bf8b5153 (patch) | |
tree | a36bab8264cf95c0bd0ada9d78dbb2f00d0d173c /Makefile | |
parent | bd7aaaf12502092d4767fdafc6f914ffe15c13d2 (diff) | |
download | ldetect-lst-fc902adf88d3b07f610a9f7318795318bf8b5153.tar ldetect-lst-fc902adf88d3b07f610a9f7318795318bf8b5153.tar.gz ldetect-lst-fc902adf88d3b07f610a9f7318795318bf8b5153.tar.bz2 ldetect-lst-fc902adf88d3b07f610a9f7318795318bf8b5153.tar.xz ldetect-lst-fc902adf88d3b07f610a9f7318795318bf8b5153.zip |
0.1.277
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ include Makefile.config PACKAGE = ldetect-lst -VERSION := 0.1.276 +VERSION := 0.1.277 SVN_URL := $(shell svn info | grep ^URL: | cut -f2 -d\ ) SVN_BASE := $(shell svn info | sed -n '/^URL: \(.*\/$(PACKAGE)\).*/s//\1/p') |