diff options
author | Adam Williamson <awilliamson@mandriva.org> | 2008-06-17 23:00:33 +0000 |
---|---|---|
committer | Adam Williamson <awilliamson@mandriva.org> | 2008-06-17 23:00:33 +0000 |
commit | 66d7a972f2eb439a9eb0adaa5354c253b90c5cbe (patch) | |
tree | 7f2ec2f0afbc8e874e6dcc2c434a08ded7c62d32 /Makefile | |
parent | 5c52fb9db9d2ab2ed13d2db274ea77db85bfe986 (diff) | |
download | ldetect-lst-66d7a972f2eb439a9eb0adaa5354c253b90c5cbe.tar ldetect-lst-66d7a972f2eb439a9eb0adaa5354c253b90c5cbe.tar.gz ldetect-lst-66d7a972f2eb439a9eb0adaa5354c253b90c5cbe.tar.bz2 ldetect-lst-66d7a972f2eb439a9eb0adaa5354c253b90c5cbe.tar.xz ldetect-lst-66d7a972f2eb439a9eb0adaa5354c253b90c5cbe.zip |
add new NVIDIA cards; split GeForce FX from the rest of 'current' GeForce category as NVIDIA driver is branching again
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.227 +VERSION := 0.1.228 SVN_URL := $(shell svn info | grep ^URL: | cut -f2 -d\ ) SVN_BASE := $(shell svn info | sed -n '/^URL: \(.*\/$(PACKAGE)\).*/s//\1/p') |