diff options
author | Adam Williamson <awilliamson@mandriva.org> | 2007-07-11 02:26:29 +0000 |
---|---|---|
committer | Adam Williamson <awilliamson@mandriva.org> | 2007-07-11 02:26:29 +0000 |
commit | d1056db864f982f99cc37ec0741460ced96b76fa (patch) | |
tree | 6b09d1979d997fa5ec0fcb53a19c869e743c68f9 /Makefile | |
parent | fb1dde79a83c8019276d805b6017f5b8fdc39407 (diff) | |
download | ldetect-lst-d1056db864f982f99cc37ec0741460ced96b76fa.tar ldetect-lst-d1056db864f982f99cc37ec0741460ced96b76fa.tar.gz ldetect-lst-d1056db864f982f99cc37ec0741460ced96b76fa.tar.bz2 ldetect-lst-d1056db864f982f99cc37ec0741460ced96b76fa.tar.xz ldetect-lst-d1056db864f982f99cc37ec0741460ced96b76fa.zip |
- bump to 0.1.171
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.170 +VERSION := 0.1.171 SVN_URL := $(shell svn info | grep ^URL: | cut -f2 -d\ ) SVN_BASE := $(shell svn info | sed -n '/^URL: \(.*\/$(PACKAGE)\).*/s//\1/p') |