diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-01-23 11:25:16 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-01-23 11:25:16 +0000 |
commit | 08c169b7dc3f244ec81455ebd82f4c0e0b9e382a (patch) | |
tree | 4fffdbc8d60fc4a6a4a276ecd4c470851f45ae7d | |
parent | 15d403f12d915ad1622875f0ae46625b267eb96b (diff) | |
download | monitor-edid-08c169b7dc3f244ec81455ebd82f4c0e0b9e382a.tar monitor-edid-08c169b7dc3f244ec81455ebd82f4c0e0b9e382a.tar.gz monitor-edid-08c169b7dc3f244ec81455ebd82f4c0e0b9e382a.tar.bz2 monitor-edid-08c169b7dc3f244ec81455ebd82f4c0e0b9e382a.tar.xz monitor-edid-08c169b7dc3f244ec81455ebd82f4c0e0b9e382a.zip |
1.15
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,5 @@ NAME = monitor-edid -VERSION = 1.14 +VERSION = 1.15 FILES = $(shell ls | grep -v CVS | grep -vF .tar) ARCH := $(patsubst i%86,i386,$(shell uname -m)) @@ -1,3 +1,5 @@ +Version 1.15 - 23 January 2008 + - monitor-probe: o probe "using DMI" before "using X" - monitor-probe-using-X: |