diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-03-11 13:56:56 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-03-11 13:56:56 +0000 |
commit | ddfaadeee7a09625348392e9fdb404d6799ef489 (patch) | |
tree | b17921424f4ca13b39dc3f60428fb2bddeae5b04 /Makefile | |
parent | afdb77ac8c44dd447665fe3df6d4ccf1649d571a (diff) | |
download | ldetect-lst-ddfaadeee7a09625348392e9fdb404d6799ef489.tar ldetect-lst-ddfaadeee7a09625348392e9fdb404d6799ef489.tar.gz ldetect-lst-ddfaadeee7a09625348392e9fdb404d6799ef489.tar.bz2 ldetect-lst-ddfaadeee7a09625348392e9fdb404d6799ef489.tar.xz ldetect-lst-ddfaadeee7a09625348392e9fdb404d6799ef489.zip |
- 0.1.214:
- Cards+:
o nvidia-current now require processor with SSE, defaulting to nvidia96xx
if no SSE
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.213 +VERSION := 0.1.214 SVN_URL := $(shell svn info | grep ^URL: | cut -f2 -d\ ) SVN_BASE := $(shell svn info | sed -n '/^URL: \(.*\/$(PACKAGE)\).*/s//\1/p') |