diff options
author | Adam Williamson <awilliamson@mandriva.org> | 2007-12-18 22:39:48 +0000 |
---|---|---|
committer | Adam Williamson <awilliamson@mandriva.org> | 2007-12-18 22:39:48 +0000 |
commit | 0b31e93dda089267a498650b99cc53c436ae61a9 (patch) | |
tree | e0524440e94acb6e19febab6eb3ffba398c6bd14 /Makefile | |
parent | 169901499b5b9c0687fb9ee1129925c5ba94d235 (diff) | |
download | ldetect-lst-0b31e93dda089267a498650b99cc53c436ae61a9.tar ldetect-lst-0b31e93dda089267a498650b99cc53c436ae61a9.tar.gz ldetect-lst-0b31e93dda089267a498650b99cc53c436ae61a9.tar.bz2 ldetect-lst-0b31e93dda089267a498650b99cc53c436ae61a9.tar.xz ldetect-lst-0b31e93dda089267a498650b99cc53c436ae61a9.zip |
new version 0.203
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.202 +VERSION := 0.1.203 SVN_URL := $(shell svn info | grep ^URL: | cut -f2 -d\ ) SVN_BASE := $(shell svn info | sed -n '/^URL: \(.*\/$(PACKAGE)\).*/s//\1/p') |