diff options
-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.13 +VERSION = 1.14 FILES = $(shell ls | grep -v CVS | grep -vF .tar) ARCH := $(patsubst i%86,i386,$(shell uname -m)) @@ -1,3 +1,5 @@ +Version 1.14 - 10 January 2007 + - monitor-edid, monitor-get-edid: o call monitor-get-edid-using-vbe with a range of ports, it stops on first success (by default it tries port 0 then port 1) |