diff options
author | Adam Williamson <awilliamson@mandriva.org> | 2007-11-22 17:48:14 +0000 |
---|---|---|
committer | Adam Williamson <awilliamson@mandriva.org> | 2007-11-22 17:48:14 +0000 |
commit | 36b8e237f276e8e288915d4e54d4cd22903c35f2 (patch) | |
tree | f5ac36e09674c76c73a322dd3e5912f3f52f7027 | |
parent | 49aaa8e153c6e314523793d549f410b9dad51103 (diff) | |
download | ldetect-lst-36b8e237f276e8e288915d4e54d4cd22903c35f2.tar ldetect-lst-36b8e237f276e8e288915d4e54d4cd22903c35f2.tar.gz ldetect-lst-36b8e237f276e8e288915d4e54d4cd22903c35f2.tar.bz2 ldetect-lst-36b8e237f276e8e288915d4e54d4cd22903c35f2.tar.xz ldetect-lst-36b8e237f276e8e288915d4e54d4cd22903c35f2.zip |
- bump version
-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.201 +VERSION := 0.1.202 SVN_URL := $(shell svn info | grep ^URL: | cut -f2 -d\ ) SVN_BASE := $(shell svn info | sed -n '/^URL: \(.*\/$(PACKAGE)\).*/s//\1/p') |