diff options
author | Adam Williamson <awilliamson@mandriva.org> | 2008-07-24 17:09:20 +0000 |
---|---|---|
committer | Adam Williamson <awilliamson@mandriva.org> | 2008-07-24 17:09:20 +0000 |
commit | 079e64662a409bfd630e5e7bd9417815fbd98b2f (patch) | |
tree | fc121f69083395243632c32e3e7687e513503bf9 /Makefile | |
parent | b76d52fee377451cc7f2fce6d85eff3f7b82df9a (diff) | |
download | ldetect-lst-079e64662a409bfd630e5e7bd9417815fbd98b2f.tar ldetect-lst-079e64662a409bfd630e5e7bd9417815fbd98b2f.tar.gz ldetect-lst-079e64662a409bfd630e5e7bd9417815fbd98b2f.tar.bz2 ldetect-lst-079e64662a409bfd630e5e7bd9417815fbd98b2f.tar.xz ldetect-lst-079e64662a409bfd630e5e7bd9417815fbd98b2f.zip |
add three new Intel video IDs (from xf86-video-intel-2.4.0)
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.230 +VERSION := 0.1.231 SVN_URL := $(shell svn info | grep ^URL: | cut -f2 -d\ ) SVN_BASE := $(shell svn info | sed -n '/^URL: \(.*\/$(PACKAGE)\).*/s//\1/p') |