diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-08-30 14:23:05 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-08-30 14:23:05 +0000 |
commit | 90917dd5830dab2e8616d443e56d485a0fc95dd8 (patch) | |
tree | 9ff5efbeb26306c1760107652d2507bb48ba0aa3 /Makefile | |
parent | bcb4f24a51f2e683bfaa20060a02fab0b39009b9 (diff) | |
download | ldetect-lst-90917dd5830dab2e8616d443e56d485a0fc95dd8.tar ldetect-lst-90917dd5830dab2e8616d443e56d485a0fc95dd8.tar.gz ldetect-lst-90917dd5830dab2e8616d443e56d485a0fc95dd8.tar.bz2 ldetect-lst-90917dd5830dab2e8616d443e56d485a0fc95dd8.tar.xz ldetect-lst-90917dd5830dab2e8616d443e56d485a0fc95dd8.zip |
new release (0.1.180)
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.179 +VERSION := 0.1.180 SVN_URL := $(shell svn info | grep ^URL: | cut -f2 -d\ ) SVN_BASE := $(shell svn info | sed -n '/^URL: \(.*\/$(PACKAGE)\).*/s//\1/p') |