diff options
author | Adam Williamson <awilliamson@mandriva.org> | 2008-08-06 17:14:39 +0000 |
---|---|---|
committer | Adam Williamson <awilliamson@mandriva.org> | 2008-08-06 17:14:39 +0000 |
commit | 6bbc77d6301e601ef0c2c7079b3b318c2744ea65 (patch) | |
tree | 272ef69ce3af451b5c9d934b5efc749fa582f7df /Makefile | |
parent | 12b2491ed5d725aad28580bf3177ca1c512330d8 (diff) | |
download | ldetect-lst-6bbc77d6301e601ef0c2c7079b3b318c2744ea65.tar ldetect-lst-6bbc77d6301e601ef0c2c7079b3b318c2744ea65.tar.gz ldetect-lst-6bbc77d6301e601ef0c2c7079b3b318c2744ea65.tar.bz2 ldetect-lst-6bbc77d6301e601ef0c2c7079b3b318c2744ea65.tar.xz ldetect-lst-6bbc77d6301e601ef0c2c7079b3b318c2744ea65.zip |
bump version
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.231 +VERSION := 0.1.232 SVN_URL := $(shell svn info | grep ^URL: | cut -f2 -d\ ) SVN_BASE := $(shell svn info | sed -n '/^URL: \(.*\/$(PACKAGE)\).*/s//\1/p') |