diff options
author | Adam Williamson <awilliamson@mandriva.org> | 2008-09-18 02:35:31 +0000 |
---|---|---|
committer | Adam Williamson <awilliamson@mandriva.org> | 2008-09-18 02:35:31 +0000 |
commit | b921a02c42f72754886b613d1f7bfe4b82c21f3a (patch) | |
tree | a3dd9d1e1e2d1d36209d4068d550ecabd14d7a71 | |
parent | 9e8ae1b35bd02c7f32a6b63e3b095ad1e5d0eec7 (diff) | |
download | ldetect-lst-b921a02c42f72754886b613d1f7bfe4b82c21f3a.tar ldetect-lst-b921a02c42f72754886b613d1f7bfe4b82c21f3a.tar.gz ldetect-lst-b921a02c42f72754886b613d1f7bfe4b82c21f3a.tar.bz2 ldetect-lst-b921a02c42f72754886b613d1f7bfe4b82c21f3a.tar.xz ldetect-lst-b921a02c42f72754886b613d1f7bfe4b82c21f3a.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.237 +VERSION := 0.1.238 SVN_URL := $(shell svn info | grep ^URL: | cut -f2 -d\ ) SVN_BASE := $(shell svn info | sed -n '/^URL: \(.*\/$(PACKAGE)\).*/s//\1/p') |