diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-02-18 14:54:13 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-02-18 14:54:13 +0000 |
commit | 1aaeb7005231e41196f0bf6a658e00e9b2506e9b (patch) | |
tree | af96885e53667d986a9838d15504d8842c1d9247 /Makefile | |
parent | 27c54961173300d66b85a4238e257242cd07f929 (diff) | |
download | ldetect-lst-1aaeb7005231e41196f0bf6a658e00e9b2506e9b.tar ldetect-lst-1aaeb7005231e41196f0bf6a658e00e9b2506e9b.tar.gz ldetect-lst-1aaeb7005231e41196f0bf6a658e00e9b2506e9b.tar.bz2 ldetect-lst-1aaeb7005231e41196f0bf6a658e00e9b2506e9b.tar.xz ldetect-lst-1aaeb7005231e41196f0bf6a658e00e9b2506e9b.zip |
- 0.1.211:
- lst/MonitorsDB:
o add 1024x600 (used on Samsung Q1Ultra) (#37889)
o add "Hanns.G HG216D" (from cooker@)
o add "Philips 190C" (from cooker@)
- lst/Cards+: add NEEDVIDEORAM for Tseng cards (#37704)
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.210 +VERSION := 0.1.211 SVN_URL := $(shell svn info | grep ^URL: | cut -f2 -d\ ) SVN_BASE := $(shell svn info | sed -n '/^URL: \(.*\/$(PACKAGE)\).*/s//\1/p') |