diff options
author | Adam Williamson <awilliamson@mandriva.org> | 2007-09-20 20:15:47 +0000 |
---|---|---|
committer | Adam Williamson <awilliamson@mandriva.org> | 2007-09-20 20:15:47 +0000 |
commit | d092751ec657c267b7274049ff7472635cc9df65 (patch) | |
tree | 39644108a8eadf05c1ce0414c6e01e342b192800 /Makefile | |
parent | b96d8dba4f394888d95dcab7a41ff854b94f9dd7 (diff) | |
download | ldetect-lst-d092751ec657c267b7274049ff7472635cc9df65.tar ldetect-lst-d092751ec657c267b7274049ff7472635cc9df65.tar.gz ldetect-lst-d092751ec657c267b7274049ff7472635cc9df65.tar.bz2 ldetect-lst-d092751ec657c267b7274049ff7472635cc9df65.tar.xz ldetect-lst-d092751ec657c267b7274049ff7472635cc9df65.zip |
use via driver for a particular unichrome card (bug #33535)
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.191 +VERSION := 0.1.192 SVN_URL := $(shell svn info | grep ^URL: | cut -f2 -d\ ) SVN_BASE := $(shell svn info | sed -n '/^URL: \(.*\/$(PACKAGE)\).*/s//\1/p') |